Minor fixes + changed the default number of epochs to 100.
[pysvrt.git] / test-svrt.py
index cd98f21..5c16069 100755 (executable)
@@ -34,7 +34,7 @@ from torch.nn import functional as fn
 
 from torchvision import datasets, transforms, utils
 
-from _ext import svrt
+import svrt
 
 labels = torch.LongTensor(12).zero_()
 labels.narrow(0, 0, labels.size(0)//2).fill_(1)