Skip to content

Commit 6074a5f

Browse files
authored
Update callbacks.py
1 parent 6dee7b6 commit 6074a5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/callbacks.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import os
22

33
import scipy.signal
4+
import matplotlib
5+
matplotlib.use('Agg')
46
from matplotlib import pyplot as plt
57

68

0 commit comments

Comments
 (0)