jamino30 commited on
Commit
0e7274a
·
verified ·
1 Parent(s): 4dfcbc8

Delete u2net.py

Browse files
Files changed (1) hide show
  1. u2net.py +0 -6
u2net.py DELETED
@@ -1,6 +0,0 @@
1
- import torch.nn as nn
2
-
3
- class U2Net(nn.Module):
4
- def __init__(self):
5
- super(U2Net, self).__init__()
6
- pass