Skip to content

Commit

Permalink
Merge pull request #29 from mskcc/remove_torchvision
Browse files Browse the repository at this point in the history
remove torchvision requirement
  • Loading branch information
john-ziegler authored Aug 27, 2021
2 parents 8d1a20e + cc3c682 commit 99a4936
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion data/data_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
from torch.utils.data import Dataset, DataLoader
import os
from sklearn.preprocessing import normalize
from torchvision import transforms


class MSIBags(Dataset):
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ scikit-learn
scipy>=1.1.0; python_version <= '2.7'
scipy
torch
torchvision
matplotlib

0 comments on commit 99a4936

Please sign in to comment.