File size: 194 Bytes
a16f583 | 1 2 3 4 5 6 7 8 9 10 11 12 |
You can use the following commands to launch the training:
'''
accelerate launch --multi_gpu train.py
'''
For multi years, we can use:
'''
accelerate launch --multi_gpu trainMultiYear.py
'''
|