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
Dear @gchhablani , I'm trying run Inference.py to get the caption of the image. However, I got this error: flax.errors.ScopeParamShapeError: Inconsistent shapes between value and initializer for parameter "kernel" in "/model/encoder/vision_model/embeddings/patch_embedding": (32, 32, 3, 768), (32, 32, 224, 768). (https://flax.readthedocs.io/en/latest/flax.errors.html#flax.errors.ScopeParamShapeError)
could you please give me some clue about it?
The text was updated successfully, but these errors were encountered:
Dear @gchhablani , I'm trying run Inference.py to get the caption of the image. However, I got this error:
flax.errors.ScopeParamShapeError: Inconsistent shapes between value and initializer for parameter "kernel" in "/model/encoder/vision_model/embeddings/patch_embedding": (32, 32, 3, 768), (32, 32, 224, 768). (https://flax.readthedocs.io/en/latest/flax.errors.html#flax.errors.ScopeParamShapeError)
could you please give me some clue about it?
The text was updated successfully, but these errors were encountered: