Skip to content

Commit 077be59

Browse files
Update test_RN.py
1 parent f05e91e commit 077be59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_RN.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
gpu_id = 0
1818
torch.set_default_tensor_type('torch.cuda.FloatTensor')
1919
torch.cuda.set_device(gpu_id)
20-
net = Network(128, 4, [0, 1, 2, 3], geno).cuda(0).eval()
20+
net = Network(128, 5, [0, 1, 2, 3], geno).cuda(0).eval()
2121
net.load_state_dict(torch.load('./Ada_LSN/weights/inception_sklarge/skel_74000.pth', map_location=lambda storage, loc: storage))
2222

2323
root = './OriginalSKLARGE/images/test'

0 commit comments

Comments
 (0)