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
Traceback (most recent call last):
File "pretrain_vcr.py", line 560, in <module>
main(args)
File "pretrain_vcr.py", line 205, in main
all_dbs = [db for datasets in [opts.train_datasets, opts.val_datasets]
AttributeError: 'Namespace' object has no attribute 'train_datasets'
How to fix this problem? Thanks.
The text was updated successfully, but these errors were encountered:
Thanks for your reply! It is helpful to me. Here I want to launch the first stage pre-training on COCO, Visual Genome, CC, and SBU. Can your provide the linking for downloading CC, and SBU? If their sizes are too large, can you simply provide the .db file of text input, or the scripts for producing such .db file?
When I launched the 2nd stage training using :
An error occured, which is:
How to fix this problem? Thanks.
The text was updated successfully, but these errors were encountered: