jazzsaxmafia / show_attend_and_tell.tensorflow

BSD 2-Clause "Simplified" License
506 stars 191 forks source link

ValueError when save feat.npy #9

Open athenspeterlong opened 8 years ago

athenspeterlong commented 8 years ago

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!

jazzsaxmafia commented 8 years ago

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 notifications@github.com:

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 .

athenspeterlong commented 8 years ago

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!

deartonym commented 7 years ago

@athenspeterlong Hi, I got the exactly the same size of feat.npy. Just let you know :)

ilovezhenzhen commented 7 years ago

@deartonym @athenspeterlong Hi How big is the memory?