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
I am unable to run the vmoe_b16_imagenet21k_randaug_strong_ft_ilsvrc2012 checkpoint with the config returned by get_config in vmoe/configs/vmoe_paper/vmoe_b16_imagenet21k_randaug_strong_ft_ilsvrc2012. This code fragment:
Gives the following error: TypeError: cannot reshape array of shape (1, 577, 768) (size 443136) into shape (-1, 4616, 768) because the product of specified axis sizes (3545088) does not evenly divide 443136.
Am I using the config wrong? The issue #160 seems to describe the same problem I'm having.
The text was updated successfully, but these errors were encountered:
I am unable to run the
vmoe_b16_imagenet21k_randaug_strong_ft_ilsvrc2012
checkpoint with the config returned byget_config
invmoe/configs/vmoe_paper/vmoe_b16_imagenet21k_randaug_strong_ft_ilsvrc2012
. This code fragment:Gives the following error:
TypeError: cannot reshape array of shape (1, 577, 768) (size 443136) into shape (-1, 4616, 768) because the product of specified axis sizes (3545088) does not evenly divide 443136
.Am I using the config wrong? The issue #160 seems to describe the same problem I'm having.
The text was updated successfully, but these errors were encountered: