-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support with big dataset #3
Comments
You should start here, which can take an architecture and evaluate it on your problem: https://github.com/kirthevasank/nasbot/blob/master/demos/cnn_function_caller.py For specifics on converting our nn representation into TF, look at this directory: https://github.com/kirthevasank/nasbot/tree/master/cg |
Thank you, I try to use the generator to load the original data. I do it as follows:
But when I debug the code in this line: It will also point to this function.
I got the error |
Hi,
If we want to find architectures on big datasets such as ImageNet, how to change our code to support it?
Thanks
The text was updated successfully, but these errors were encountered: