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
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
Sorry, I am a beginner. When I try to run run_captioning.py following the author's instruction on colab , it raised ModuleNotFoundError: No module named 'oscar'. However, there is init.py in the oscar folder, it should be treated as a module I think. Could anyone provide some advice? I am under the Oscar folder and run
"python oscar/run_captioning.py
--model_name_or_path pretrained_models/base-vg-labels/ep_67_588997
--do_train
--do_lower_case
--evaluate_during_training
--add_od_labels
--learning_rate 0.00003
--per_gpu_train_batch_size 64
--num_train_epochs 30
--save_steps 5000
--output_dir output/"
Just like the attached screenshot shows.
Thank you so much!!
The text was updated successfully, but these errors were encountered:
Sorry, I am a beginner. When I try to run run_captioning.py following the author's instruction on colab , it raised ModuleNotFoundError: No module named 'oscar'. However, there is init.py in the oscar folder, it should be treated as a module I think. Could anyone provide some advice? I am under the Oscar folder and run
"python oscar/run_captioning.py
--model_name_or_path pretrained_models/base-vg-labels/ep_67_588997
--do_train
--do_lower_case
--evaluate_during_training
--add_od_labels
--learning_rate 0.00003
--per_gpu_train_batch_size 64
--num_train_epochs 30
--save_steps 5000
--output_dir output/"
Just like the attached screenshot shows.
Thank you so much!!
The text was updated successfully, but these errors were encountered: