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 downloaded the model: wget https://storage.googleapis.com/vit_models/imagenet21k+imagenet2012/ViT-B_16.npz -O ViT-B_16_imagenet2012.npz
And I use the following code to load the model:
An error occurred while running: ValueError: Cannot load file containing pickled data when allow_pickle=False
Please help me, how do I load a trained model?
The text was updated successfully, but these errors were encountered:
I downloaded the model:
wget https://storage.googleapis.com/vit_models/imagenet21k+imagenet2012/ViT-B_16.npz -O ViT-B_16_imagenet2012.npz
And I use the following code to load the model:
An error occurred while running:
ValueError: Cannot load file containing pickled data when allow_pickle=False
Please help me, how do I load a trained model?
The text was updated successfully, but these errors were encountered: