hello,
in the file https://github.com/facebookresearch/TimeSformer/blob/main/timesformer/models/vit.py, when deal with _defaultcfgs, you use
default_cfgs = { 'vit_base_patch16_224': _cfg( url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-vitjx/jx_vit_base_p16_224-80ecf9dd.pth', mean=(0.5, 0.5, 0.5), std=(0.5, 0.5, 0.5), ),
but it seems that this url does not exist now.
hello, in the file https://github.com/facebookresearch/TimeSformer/blob/main/timesformer/models/vit.py, when deal with _defaultcfgs, you use
default_cfgs = { 'vit_base_patch16_224': _cfg( url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-vitjx/jx_vit_base_p16_224-80ecf9dd.pth', mean=(0.5, 0.5, 0.5), std=(0.5, 0.5, 0.5), ),
but it seems that this url does not exist now.