Nadav Zamir
Results
2
comments of
Nadav Zamir
Hi @dhlee-jubilee , I suggest you add your own name to the output tensor, just find it in the code and add name='model_output' for example. (Probably the test_preds in the...
For classification architecture search the repository [loads all CIFAR10 data to the memory](https://www.tensorflow.org/api_guides/python/reading_data#Preloaded_data). This is OK for small datasets, but for larger ones its a problem - thus the error...