ENAS-Tensorflow
ENAS-Tensorflow copied to clipboard
Can I transfer to a larger datasets?
In the original code, I tried to use my own dataset which is larger than CIFAR10. My image shape is:
- train: 19933224*224
- valid: 9933224*224
- test : 9933224*224 But evertime it raises ValueError: GraphDef cannot be larger than 2GB, which seems that my data is too large. Will you improve the data_utils.py to support larger datasets?
I have the same confusion @marsggbo