faustomorales / vit-keras

Keras implementation of ViT (Vision Transformer)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

load_pretrained - BASE_URL 404 Not Found

nattafahhm opened this issue · comments

I want to see models by using load model weights for a known configuration (BASE_URL), as commented.
But this Page is Not Found https://github.com/faustomorales/vit-keras/releases/download/dl.

is there any issue?

I was able to download all four models today (b16, b32, l16 and l32).

I have similar issue.
I try to load Model ViT-B_16-224.npz from google cloud by using the URL
[https://github.com/faustomorales/vit-keras/releases/download/dl/ViT-B_16-224_imagenet21k+imagenet2012.npz](https://github.com/faustomorales/vit-keras/releases/download/dl/ViT-B_16-224_imagenet21k+imagenet2012.npz
but it doesn't work.
it would be nice if there were also a support for a tiny model ViT-T_...
regards

Closing because the original issue appeared to be transient, as confirmed by a later comment showing the download worked.