Skip to content

Commit

Permalink
Merge pull request #99 from jasmcaus/master
Browse files Browse the repository at this point in the history
Sanity checks + Remove unused imports
  • Loading branch information
xuebinqin authored Jan 24, 2021
2 parents bee18a8 + 70e6f5c commit 527af34
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
Binary file removed __pycache__/data_loader.cpython-37.pyc
Binary file not shown.
1 change: 0 additions & 1 deletion model/u2net.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import torch
import torch.nn as nn
from torchvision import models
import torch.nn.functional as F

class REBNCONV(nn.Module):
Expand Down
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
numpy==1.15.2
scikit-image==0.14.0
torch==0.4.1.post2
torchvision==0.2.1
pillow==7.2.0
1 change: 1 addition & 0 deletions u2net_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

import numpy as np
import glob
import os

from data_loader import Rescale
from data_loader import RescaleT
Expand Down

0 comments on commit 527af34

Please sign in to comment.