I am trying to train the model using this command "python train_vivit.py --name ucf101 --pretrained_dir /ViT-B_16.npz --dataset custom". It says "KeyError: 'Transformer/encoderblock_0\MultiHeadDotProductAttention_1/query\kernel is not a file in the archive".
Why is that? I have already downloaded the Vit weights., but the path error specified doesn't exist in my project.
I am trying to train the model using this command "python train_vivit.py --name ucf101 --pretrained_dir /ViT-B_16.npz --dataset custom". It says "KeyError: 'Transformer/encoderblock_0\MultiHeadDotProductAttention_1/query\kernel is not a file in the archive".
Why is that? I have already downloaded the Vit weights., but the path error specified doesn't exist in my project.