-
Tensorflow 1.4.1, Ubuntu 16.04, Nvidia 1080 Ti
Same training works fine for other models (i.e. simply replace single line applications.NASNetMobile to vgg/xception/ResNet50). Error:
```
Traceback…
jwnsu updated
6 years ago
-
This morning I git pulled the current files from develop and received all changes until commit `fbe511f` my newest local version was `ba61db6`. Between those two commits, something must have happened …
-
Hi ,
I tried with below inputs and get error outputs that functions in utils not found
```
~/code/ML/neural-image-assessment-0.5$ python3 evaluate_nasnet.py -dir ./inputs/ -resize true
Using Te…
-
I run the code on readme.md
```
from nasnet import NASNet
model = NASNet(input_shape=(331, 331, 3),
penultimate_filters=4032,
nb_blocks=6,
stem_filters=96,
…
-
(As the issue is related to making predictions on a subset of ImageNet pictures I can not include a code that does not require external data download)
I make class predictions on the following data…