Closed jinhyun95 closed 4 years ago
P.S. The dataset was unzipped and converted via mmf_convert_hm, and the checksum was successful.
@jinhyun95 Can you use Python 3.7 instead?
using python 3.7 instead of 3.6 solved the issue for me. AFAIK pickle is unfriendly with different versions of python, so makes sense.
Worked for me too! Thanks a lot.
❓ Questions and Help
Hi I'm trying to train the baseline models with Hateful Memes dataset, but the following error pops up.
mmf_run config=projects/hateful_memes/configs/concat_bert/defaults.yaml model=concat_bert dataset=hateful_memes
error:
Here are some details on my development environment. Python 3.6 (Anaconda) CUDA 10.1 The latest commit of mmf (installed from source) Ubuntu 16.04.5 LTS
Thanks in advance.