-
Notifications
You must be signed in to change notification settings - Fork 15
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
some matter occurs when run the evaluate #1
Comments
How do I modify it to make it work?Hope to get your help! Thanks |
you may try to add a name for the evaluation dataset as
|
is that add it at main.py ? I modified it this way, but there are still some problems here. (SREPS) F:\SREPS-master\SREPS-master>python main.py --mode=eval --dev_file=F\filmtrust\dev --save_path=model\model.npz |
Sorry to bother you, but I still encounter many problems when I try to modify it! Sincerely hope to get your help. Thank you very much! |
I forget to make the (name, dataset) tuple, you can try this:
|
The matter has been settled. Thank you for your kindness! |
(SREPS) F:\SREPS-master\SREPS-master>python main.py --mode=eval --dev_file=F\filmtrust\dev --save_path=model\model.npz
Traceback (most recent call last):
File "main.py", line 59, in
res = model.eval([dev_data])
File "F:\SREPS-master\SREPS-master\model.py", line 234, in eval
for name, dataset in evals:
TypeError: 'Dataset' object is not iterable
The text was updated successfully, but these errors were encountered: