diracnets
diracnets copied to clipboard
Training Very Deep Neural Networks Without Skip-Connections
Hi, Thank you for your code. But I am confused about the "i" implemented in your code. I think it may be different from what you said in your paper....
On ImageNet set, it occured as following: File "train.py", line 245, in main() File "train.py", line 241, in main engine.train(h, train_loader, opt.epochs, optimizer) File "build/bdist.linux-x86_64/egg/torchnet/engine/engine.py", line 39, in train File...
Hi, @soumith @szagoruyko I want to input my own data in your diracNet. Not a Cifar-10/Imagenet data but my own images data folder. Like this code: http://pytorch.org/tutorials/beginner/transfer_learning_tutorial.html Is that possible?...