Skip to content

Commit

Permalink
update callback.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bubbliiiing committed Mar 26, 2022
1 parent aec8b77 commit 956d6cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ miou_out/
VOCdevkit/
datasets/
Medical_Datasets/
lfw/
logs/
model_data/

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
2 changes: 2 additions & 0 deletions utils/callbacks.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import os

import matplotlib
matplotlib.use('Agg')
import scipy.signal
from matplotlib import pyplot as plt

Expand Down

0 comments on commit 956d6cf

Please sign in to comment.