Skip to content

Commit

Permalink
avoid matplotlib warning
Browse files Browse the repository at this point in the history
Former-commit-id: 8f9824bbaf1e8042800debbd755cc5bc5b49f437
  • Loading branch information
Javi Ribera committed Sep 11, 2018
1 parent 0460f85 commit e111d01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions object-locator/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
from torchvision import transforms
from torch.utils.data import DataLoader
from sklearn import mixture
import matplotlib
matplotlib.use('Agg')
import skimage.transform
from peterpy import peter

Expand Down

0 comments on commit e111d01

Please sign in to comment.