deepmodeling / Uni-Mol

Official Repository for the Uni-Mol Series Methods
MIT License
726 stars 127 forks source link

Disable batch shuffling. Only per sample #196

Closed hypnopump closed 11 months ago

hypnopump commented 11 months ago

Currently batch size will affect the order of samples, therefore can't adjust the effective batch_size (num_gpus * batch_size * update_freq) and keep the same results.

See for context: https://github.com/dptech-corp/Uni-Core/pull/39