You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
When I am running the evaluation script: python bin/evaluate.py exp/<any/path>/0-evaluation, it fails with an assert Error: assert function is None
The 0.toml files do not store a function as a parameter, I assume an additional parameter must be given to the script and it should be run by the command: python bin/evaluate.py exp/<any/path>/0-evaluation --function bin.model.main, am I right?
Thank you for your answer in advance!
Best regards,
Andrei
The text was updated successfully, but these errors were encountered:
Hello!
When I am running the evaluation script: python bin/evaluate.py exp/<any/path>/0-evaluation, it fails with an assert Error: assert function is None
The 0.toml files do not store a function as a parameter, I assume an additional parameter must be given to the script and it should be run by the command: python bin/evaluate.py exp/<any/path>/0-evaluation --function bin.model.main, am I right?
Thank you for your answer in advance!
Best regards,
Andrei
The text was updated successfully, but these errors were encountered: