-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
like issue 1, I get the same problem #5
Comments
Same problem. I don't think the authors want other people to reproduce the result. |
y
You can delete this line. There is nothing useful for this project |
You can delete this line. There is nothing useful for this project |
Dataset: |
emm... that makes sense. Thanks. |
I appreciate your effort in helping the community reproduce the result. Thanks! |
I ran this script
bash -x scripts/test_eval.sh -p 1 -n 1 --task ie_multitask --model flan-t5 --ports 26768
after pip install -r requirements.txt, but got the same following error:
Traceback (most recent call last):
File "/root/UMIE/src/ie_multitask.py", line 2, in
from trainer_base import TrainerBase
File "/root/UMIE/src/trainer_base.py", line 15, in
from adapters import (
ImportError: cannot import name 'AdapterController' from 'adapters' (/root/miniconda3/envs/umie/lib/python3.9/site-packages/adapters/init.py)
The text was updated successfully, but these errors were encountered: