-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Datapath #44
Comments
Thanks for your interests in this project. Please take a look at https://github.com/linjieli222/HERO#quick-start. When launching docker container, you will need to point to $PATH_TO_STORAGE |
Hi, |
Take look at this file Line 23 in 32c1c52
Basically, we map You can change the finetuning command accordingly. |
Thanks for your response. I am using single GPU instead of 8 GPUs. What are the changes to be made in the config file eg: train-tvc-8gpu.json to make sure that I am training for the same number of epochs, training samples on a single GPU? |
The simple answer is 8 x the default value in config. However, it is highly possible that your single-GPU finetuning cannot match our 8-GPU finetuning result. Check this thread on why: #14 (comment) |
Hi,
Congrats on the amazing work.
I downloaded data using bash scripts/download_tvr.sh $PATH_TO_STORAGE (I gave my own $PATH_TO_STORAGE). How can I mention this data path in the fine-tuning script both single gpu and 8 gpus?
Thank you.
The text was updated successfully, but these errors were encountered: