Closed ghost closed 4 years ago
Thanks for reporting. As a temporary fix, you can replace that ImportError on line 431 with pass
and it should continue okay.
I have this issue too, is this a known issue?
This is the result of a recent change which tried to strengthen requirements of zoo files (part of #2327). I'm wondering if we should undo that -- it was behavior that wasn't really desirable. @bobland1 can you say more? Are you specifically using the HF repo?
I put pass and it carried on and evaluated fine. Ty
It was the exact same issue as @memologyserver. Putting pass fixed it for me
The root cause solution is to create parlai/zoo/convai2/build.py
and have it download the dict file.
I've decided to archive the former convai2 code (#2420). The last supported version is tagged as convai2archive
.
$ git checkout convai2archive
.
Bug description Everytime I run "python ../convai_evaluation.py --eval_type hits@1" it throws an error.
Reproduction steps
Expected behavior Downloads and evaluates the fine-tuned model on hits@1
Logs