Unable to NASNetALarge with toy example
See original GitHub issueI am able to run python test/toy-example.py -a fbresnet152
but when I try python test/toy-example.py -a NASNetALarge
I got this error:
pretrained-models.pytorch$ python test/toy-example.py -a NASNetALarge
Traceback (most recent call last):
File "test/toy-example.py", line 24, in <module>
model = pretrainedmodels.__dict__[args.arch](num_classes=1000, pretrained='imagenet')
TypeError: __init__() got an unexpected keyword argument 'pretrained'
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Model converter doesn't work with NASNetLarge and ... - GitHub
I wanted to get out all ImageNet pretrained classifiers bundled with Keras for a web app demo I'm doing, but some of the...
Read more >tf.keras.applications.nasnet.NASNetLarge | TensorFlow v2.11.0
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed...
Read more >Using Pre-trained Models with Pytorch and Keras
In this post, we will try to use pre-trained models to do image classification. We will use two popular deep learning frameworks, ...
Read more >Deep Learning Toolbox™ User's Guide - Ge0MLib
If this License fails to meet the government's needs or is ... *The NASNet-Mobile and NASNet-Large networks do not consist of a linear...
Read more >Neural Variational Learning for Grounded Language Acquisition
For example, instead of learning a “red-as-color” classifier ... Neural Architecture Search Network (NASNetLarge) [47].
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@mrteera Done 😉
I will remove in a near future
MaxPoolPad, InceptionV4, NASNetALarge
, etc. from the argument error--arch/-a
😃