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
Fixing batch_dim_name attribute (#20674)
* fixing wrong trainer assumption that batch dim is always the first one in the mesh
* need functools partial
* lint
* fix test failure when distribution=None
* lint2
* fix for test failure
* added data sharding for 3D+ meshes
* lint3
* added @Property for batch_dim_name + refactoring
* fix typo