Skip to content

Commit 4d7c05c

Browse files
committed
remove tqdm deps
1 parent 259bf81 commit 4d7c05c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

mnist/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import torch.nn as nn
55
import torch.optim as optim
66
from torch.autograd import Variable
7-
from tqdm import tqdm
87

98
cuda = torch.cuda.is_available()
109

mnist/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
torch
2-
tqdm
32
six

0 commit comments

Comments
 (0)