poojahira / image-captioning-bottom-up-top-down

PyTorch implementation of Image captioning with Bottom-up, Top-down Attention
164 stars 39 forks source link

How to deal with the issue about 'cPickle'? #27

Open L0ittle opened 4 years ago

L0ittle commented 4 years ago

When I run the tsv.py by using the environment, there is some warning about 'No module name 'cPickle'' ,while I have found it is a failture when i try to install the 'cPickle', and it infers me that there is not required version

AliAhmed36 commented 2 years ago

If you're using >Python3, you can just import pickle as cPickle, and that should solve the problem