We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, thanks for the implementation. Do you have a trained model available to test it? Please let me know if I can download it. Thank you
The text was updated successfully, but these errors were encountered:
I don't have the trained models anymore. You'll have to train it.
Sorry, something went wrong.
FileNotFoundError: [Errno 2] No such file or directory: '/content/drive/MyDrive/vqa/dataset/Resized_Images/train2014/COCO_train2014_000000402655.jpg'
What images do I need to add here? This occurs at data_loader['train']
I don't have the trained models anymore. You'll have to train it. FileNotFoundError: [Errno 2] No such file or directory: '/content/drive/MyDrive/vqa/dataset/Resized_Images/train2014/COCO_train2014_000000402655.jpg' What images do I need to add here? This occurs at data_loader['train']
You'll need to set up the dataset. Follow the instructions in this repository- https://github.com/tbmoon/basic_vqa
No branches or pull requests
Hi, thanks for the implementation.
Do you have a trained model available to test it? Please let me know if I can download it. Thank you
The text was updated successfully, but these errors were encountered: