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
Hi, I downloaded the coco2014 data but it lacks the "captions_test2014.json'" file thus I recieve an error saying "No such file or directory: '/home/data/coco2014/annotations/captions_test2014.json'", when I try to run this line:
testData = data_loader.loadTestData(args, testTransform)
from your notebook. Can you help with that?
The text was updated successfully, but these errors were encountered:
Hi, I downloaded the coco2014 data but it lacks the "captions_test2014.json'" file thus I recieve an error saying "No such file or directory: '/home/data/coco2014/annotations/captions_test2014.json'", when I try to run this line:
testData = data_loader.loadTestData(args, testTransform)
from your notebook. Can you help with that?
The text was updated successfully, but these errors were encountered: