naturomics / CapsLayer

CapsLayer: An advanced library for capsule theory
Apache License 2.0
361 stars 116 forks source link

Cannot create a tensor proto whose content is larger than 2GB - Different RGB 128x128 Dataset #17

Closed Ahmedest61 closed 6 years ago

Ahmedest61 commented 6 years ago

On a different RGB dataset with 128x128 size, after extracting features and labels, in get_batch_data() when tf.train.slice_input_producer([trX, trY])() is called, this mentioned error comes! Any one found the solution of it? :(