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
When running the evaluation script eval_next.py in test mode, I’m encountering a FileNotFoundError because the file gsub_test.json is missing from the expected path:
FileNotFoundError: [Errno 2] No such file or directory: '/root/data/datasets/nextgqa/gsub_test.json'
Questions:
Could you provide guidance on where to locate gsub_test.json or how to generate it?
Is there an alternative configuration or file that can be used to proceed with the evaluation?
Any help would be greatly appreciated. Thank you!