Hello, I tried to use the provided checkpoint "imagenet_k600.ckpt" to infer some images and videos, but I found the model cannot read the checkpoint.
After checking, I found there are some typos in the code, namely you use "causal" in model definition, while the corresponding name in checkpoint is "casual", as shown below.
Therefore, I'm not sure whether the open-sourced code is matched with pretrained weights, or is there something I missed?
Hello, I tried to use the provided checkpoint "imagenet_k600.ckpt" to infer some images and videos, but I found the model cannot read the checkpoint.
After checking, I found there are some typos in the code, namely you use "causal" in model definition, while the corresponding name in checkpoint is "casual", as shown below.
Therefore, I'm not sure whether the open-sourced code is matched with pretrained weights, or is there something I missed?