ENAS-Tensorflow icon indicating copy to clipboard operation
ENAS-Tensorflow copied to clipboard

Can I transfer to a larger datasets?

Open marsggbo opened this issue 6 years ago • 1 comments

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?

marsggbo avatar Nov 20 '18 14:11 marsggbo

I have the same confusion @marsggbo

wu-leaf avatar Feb 11 '20 14:02 wu-leaf