keras-team / keras-applications

Reference implementations of popular deep learning models.
Other
2k stars 910 forks source link

Buffered data was truncated after reaching the output size limit. #89

Closed asxasxdscsd closed 5 years ago

asxasxdscsd commented 5 years ago

when training process is going forward, suddenly this error appears.

can anyone tell me what is the problem??

i have 12gig graphic memory (VRAM) and this problem is not related to graphic hardware.

this problem, one time appears in epoch 120 and another time appears in epoch 50, and one time do not appears at all.

Epoch 141/400 17024/50000 [=========>....................] - ETA: 1:50 - loss: 0.1026 - acc: 0.9705 - top3_acc: 0.9991Buffered data was truncated after reaching the output size limit.

taehoonlee commented 5 years ago

@sauronpy, The issue is not related to keras and keras-applications. Please refer to the https://stackoverflow.com/questions/51463383/buffered-data-was-truncated-after-reaching-the-output-size-limit.