Open 24kMengXin opened 3 years ago
I also encountered this mistake. After reading the code, I found to be in the jiant/proj/main/modeling/heads. py file lacks of the definition of the classifier, although in taskmodel. py file has corresponding model classes.
so how to fix this?
When I run the 'jiant_EdgeProbing_Example.ipynb', it reports an error
in the train step after display
Here is the detail of traceback:
I just copy the code from example notebook and change nothing (I put the .py file in a same content with jiant package).
How to solve this problem? Thank you very much.