Official Implementation of ResViT: Residual Vision Transformers for Multi-modal Medical Image Synthesis
133
stars
27
forks
source link
OSError: Failed to interpret file './model/vit_checkpoint/imagenet21k/R50+ViT-B_16.npz' as a pickle #12
Closed
jiyoonshincml closed 2 years ago
hi,
when i try to fine tune ResViT by your provided code, a pickle error is raised :
OSError: Failed to interpret file './model/vit_checkpoint/imagenet21k/R50+ViT-B_16.npz' as a pickle
how can I solve it?