nasnet.pytorch icon indicating copy to clipboard operation
nasnet.pytorch copied to clipboard

[WIP] Implementation of Learning Transferable Architectures for Scalable Image Recognition in Pytorch

Results 3 nasnet.pytorch issues
Sort by recently updated
recently updated
newest added

I'm wondering how to make use of the aux loss in NASNet training, I noticed that use_aux was True in your model but there was no aux loss used in...

I'm trying to train on ImageNet but the following error is showing: Traceback (most recent call last): File "imagenet.py", line 121, in main('mobile',args.batch_size, args.root, args.n_epochs) File "imagenet.py", line 110, in...

I use pytorch 0.3.0. use large network with 331 size: RuntimeError: log_softmax(): argument 'input' (position 1) must be Variable, not tuple use mobile network and large network with 299 size:...