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 run the finetune.py script, the following error occurred:
File "finetune.py", line 73, in generate_dataset
finetune_set = VQAInferenceDataset(
NameError: name 'VQAInferenceDataset' is not defined
I do not find the definition of this class in the code of this repository. Could you please provide it?
The text was updated successfully, but these errors were encountered:
Hello, when i run the
finetune.py
script, the following error occurred:File "finetune.py", line 73, in generate_dataset
finetune_set = VQAInferenceDataset(
NameError: name 'VQAInferenceDataset' is not defined
I do not find the definition of this class in the code of this repository. Could you please provide it?
The text was updated successfully, but these errors were encountered: