You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In profiler_output.py file,
there is a list named "time_map",
The first dimension is about hidden_size, the second dimension is about batch size, the third dimension is a list containing 4 numbers.
What is the meaning of the 4 numbers, respectively ?
How do you get the number?
Thanks.
The text was updated successfully, but these errors were encountered:
Actually we merged the implementation of OSDP to our framework Galvatron-2, you can check the detailed information at https://github.com/AFDWang/Hetu-Galvatron about the whole process of profiling, strategy searching, and implementing, thank you for your attention to our framework!
In profiler_output.py file,
there is a list named "time_map",
The first dimension is about hidden_size, the second dimension is about batch size, the third dimension is a list containing 4 numbers.
What is the meaning of the 4 numbers, respectively ?
How do you get the number?
Thanks.
The text was updated successfully, but these errors were encountered: