Closed istan-ding closed 1 month ago
Hi Istan,
You can change the batch size for training and validation in the DataLoaders. They are located in SynCellFactory/ControlNet/cldm/cldm.py, starting from line 449. The batch size variable is called bs.
Cheers, Mo
Thank you very much for your guidance!
How to change batch_size from 4 to other number?