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
Specifically, the error is "...path/unicl_a#ShopAndDining/unicl_final.pth doesn't exist", as shown in the below figure
I think the error may be related with line 18 of CLVQA/run_scripts/mmclvqa/scene/S_run_distilgpt2_wogt_wtt_1.5_S1.sh (highlighted below), which needs "unicl_a#ShopAndDining/unicl_final.pth" as an resume file. Could you please help provide the scripts for generating "unicl_a#ShopAndDining/unicl_final.pth"? Thanks a lot!
The text was updated successfully, but these errors were encountered:
Thank you for your interest. I am sorry that the README file is not clear since I missed the starting training of each stage. You should train each stage separately first to obtain the model checkpoint of each task sequence. I will update the README as soon as possible.
A workaround to do this is to call this function: gen_standalone. For example, to obtain the checkpoints for stages under the scene setting, call gen_standalone(CUDA_DEVICE, "scene", "unicl")(change to functional if needed) and the program will generate the corresponding commands which follow this format:
Please also modify the path for env.save_dir. Conduct these "stand_alone" experiments first. After the checkpoints are saved, you can proceed for continual learning experiments.
Thank you for your amazing work. When following your code and paper, I got stuck in the training scripts of UniVQA (CLVQA/run_scripts/mmclvqa/scene/S_run_distilgpt2_wogt_wtt_1.5_S1.sh).
Specifically, the error is "...path/unicl_a#ShopAndDining/unicl_final.pth doesn't exist", as shown in the below figure
I think the error may be related with line 18 of CLVQA/run_scripts/mmclvqa/scene/S_run_distilgpt2_wogt_wtt_1.5_S1.sh (highlighted below), which needs "unicl_a#ShopAndDining/unicl_final.pth" as an resume file. Could you please help provide the scripts for generating "unicl_a#ShopAndDining/unicl_final.pth"? Thanks a lot!
The text was updated successfully, but these errors were encountered: