-
| Hi @fcakyon, thanks for your sharing this impressive project! I would like to know the specific settings of  Is this configuration for single gpu? Do I need to modify  It seems like I cannot train with such a large batch size even with 32GB GPU memory. Hope for your reply. | 
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
| This calculation is for a single GPU. If you don't have enough vram then you should lower the  If you will train with more than 1 GPU then multiply with number of GPUs as  | 
Beta Was this translation helpful? Give feedback.
-
| Thank you for your prompt reply! | 
Beta Was this translation helpful? Give feedback.
-
| 
 
 | 
Beta Was this translation helpful? Give feedback.
-
| Thanks a lot | 
Beta Was this translation helpful? Give feedback.
-
| @Leonmel thanks for your interest and insightful discussion! Have a great day 💯 | 
Beta Was this translation helpful? Give feedback.
This calculation is for a single GPU. If you don't have enough vram then you should lower the
BATCH_MULTIPLIERvalue andlrwill be scaled automatically.If you will train with more than 1 GPU then multiply with number of GPUs as
lr=0.01 / 8 * BATCH_MULTIPLIER * LR_MULTIPLIER * NUM_GPUS