-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Open-Sora-Plan v1.3.0]: inference and training #717
base: master
Are you sure you want to change the base?
Conversation
wtomin
commented
Oct 29, 2024
•
edited
Loading
edited
- vae inference & training under pynative mode;
- dit inference & training under pynative mode;
- dynamic resolution dataloader;
- prompt refiner inference.
d2bfac6
to
4f29b01
Compare
4f29b01
to
609abc9
Compare
c068a2f
to
1b79586
Compare
a3ea865
to
a196345
Compare
2e7783b
to
de77902
Compare
This reverts commit 410e689.
83aa679
to
31bdcfd
Compare
f6d4d2f
to
5a87ff4
Compare
5a87ff4
to
3452269
Compare
examples/opensora_pku/README.md
Outdated
|
||
#### Performance | ||
|
||
The training performance are tested on ascend 910* with mindspore 2.3.1 graph mode. The results are as follows. | ||
We evaluated the training performance on Ascend NPUs. All experiments are running in PYNATIVE mode. The results are as follows. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
describe MS version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
| OpenSoraT2V-ROPE-L-122 | 8 | 3 | 1 | 29 | 640x480 | 6mins | zero2 | ON | ON | O0 | 3.68 | 63.04 | | ||
| OpenSoraT2V-ROPE-L-122 | 8 | 4 | 1 | 29 |1280x720 | 10mins | zero2 + SP(sp_size=8) | OFF | ON | O0 | 4.32 | 6.71 | | ||
| OpenSoraT2V-ROPE-L-122 | 8 | 5 | 1 | 93 | 1280x720 | 15mins | zero2 + SP(sp_size=8) | ON | ON | O0 | 24.40 | 3.81 | | ||
| model name | cards | stage | batch size (global) | video size | Paramllelism |recompute |data sink | jit level| step time | train imgs/s | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Explain what train imgs/s
is and how it's computed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.