mindspore-lab / mindone

one for all, Optimal generator with No Exception
Apache License 2.0
330 stars 63 forks source link

support DiT ImageNet dataset training #387

Closed zhtmike closed 3 months ago

zhtmike commented 3 months ago

What does this PR do?

Fixes # (issue)

Adds # (feature)

Before submitting

Who can review?

Anyone in the community is free to review the PR once the tests have passed. Feel free to tag members/contributors who may be interested in your PR.

@xxx

wtomin commented 3 months ago

It looks great! Can you also provide a bash script to launch a four-card training, because I notice DiT torch repo is using a global batch size 256 for ImageNet training.

Besides, please revise the readme file for the ImageNet training. I think users are more interested in this rather than a toy dataset training.

zhtmike commented 3 months ago

It looks great! Can you also provide a bash script to launch a four-card training, because I notice DiT torch repo is using a global batch size 256 for ImageNet training.

Besides, please revise the readme file for the ImageNet training. I think users are more interested in this rather than a toy dataset training.

Done. Add a 4P training script and update the README