Replies: 1 comment 2 replies
-
@kiradiso, thanks for your questions
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hellow, i launch my model by
accelerate launch
with zero3 and found all parameters are partitioned. For my context, i applyprocessor.vision_tokenizer
only for inference which is conducted by following code:However, i found
inputs
varies from different ranks (with samepixel_values
). After some checks, i found the buffers ofnn.BatchNorm3d
are different (runner_vars/means). Only the buffers of rank 0 is correct.So my questions are:
processor.vision_tokenizer
, which is invariant to the transformer for training.Beta Was this translation helpful? Give feedback.
All reactions