facebookresearch / TimeSformer

The official pytorch implementation of our paper "Is Space-Time Attention All You Need for Video Understanding?"
Other
1.55k stars 212 forks source link

problem about default_cfgs #109

Closed cser-liu closed 2 years ago

cser-liu commented 2 years ago

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.