show_attend_and_tell.tensorflow
show_attend_and_tell.tensorflow copied to clipboard
ValueError when save feat.npy
Hello,
Thanks for the great project, I try to reproduce the result, but when I run the make_flickr_dataset file. I encounter a ValueError when save the feature: around 30G requested and 10G written. (ValueError: 3189487617 requested and 129452450 written) Have you encounter some errors like this. And is your feat.npy around 30G?
Thank you very much!
Hello, the visual feature file should not be that big. Could you post the full error messages? Thank you.
-Taeksoo
2016-06-23 11:37 GMT+09:00 athenspeterlong [email protected]:
Hello,
Thanks for the great project, I try to reproduce the result, but when I run the make_flickr_dataset file. I encounter a ValueError when save the feature: around 30G requested and 10G written. (ValueError: 3189487617 requested and 129452450 written) Have you encounter some errors like this. And is your feat.npy around 30G?
Thank you very much!
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jazzsaxmafia/show_attend_and_tell.tensorflow/issues/9, or mute the thread https://github.com/notifications/unsubscribe/AIBOIPfpncmYW057tzwi93gn3okQOfzlks5qOfGDgaJpZM4I8Zr6 .
Hello Jazzsaxmafia, Thanks for your reply! It seems that I got the problem becasue of the numpy installation, after reinstall the numpy the problem solved. I got the feat.npy file around 25.5G. Is it the right size as you got?
Thanks!
@athenspeterlong Hi, I got the exactly the same size of feat.npy. Just let you know :)
@deartonym @athenspeterlong Hi How big is the memory?