show-attend-and-tell
show-attend-and-tell copied to clipboard
problems with prepro.py
my RAM is not big enough to run this code, so I'm trying to split batch size to be smaller. and I'm having trouble with the size of train.features.hkl It should be getting bigger as the process goes on, but the size is not changing, fixed as 4MB. It seems hickle.dump is overwriting. So I tried mode='a' option, but I got below error message.
RuntimeError: Unable to create link (Name already exists)
How can I append to already existing file?
Did you end up figuring this out?
No, I couldn't figure it out. I just made train.fetures1..hkl, ..., train.features.9.hkl.