Add 'matplotlib.use('Agg')'; update output path
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import sys
|
||||
sys.path.append('./src')
|
||||
import matplotlib
|
||||
matplotlib.use('Agg')
|
||||
|
||||
from pathlib import Path
|
||||
from omegaconf import OmegaConf
|
||||
import torch
|
||||
|
||||
Reference in New Issue
Block a user