Skip to content
Snippets Groups Projects
Commit 4414bc5b authored by Guy Jacob's avatar Guy Jacob
Browse files

collector.py: Switch matplotlib backend to one w/o dependencies

parent 08b5cd95
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,8 @@ import torch
from torchnet.meter import AverageValueMeter
import logging
from math import sqrt
import matplotlib
matplotlib.use('Agg')
import matplotlib.pyplot as plt
import distiller
msglogger = logging.getLogger()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment