google-research / big_transfer

Official repository for the "Big Transfer (BiT): General Visual Representation Learning" paper.
https://arxiv.org/abs/1912.11370
Apache License 2.0
1.5k stars 175 forks source link

Model download link is broken #24

Closed mjafari-1qb closed 4 years ago

mjafari-1qb commented 4 years ago

It seems BiT-S .h5 model download links are not working: https://storage.googleapis.com/bit_models/BiT-S-R50x1.h5 https://storage.googleapis.com/bit_models/BiT-S-R100x1.h5 https://storage.googleapis.com/bit_models/BiT-S-R50x3.h5 https://storage.googleapis.com/bit_models/BiT-S-R101x3.h5 https://storage.googleapis.com/bit_models/BiT-S-R152x4.h5

jessicayung commented 4 years ago

Hello, these should now work. Thanks for raising the issue!

mjafari-1qb commented 4 years ago

Thank you very much!

Just it seems the R100x1 is not yet fixed: https://storage.googleapis.com/bit_models/BiT-S-R100x1.h5

mohammadhj commented 4 years ago

Also I think R50x1 and R50x3 files are the same and have the same size: https://storage.googleapis.com/bit_models/BiT-S-R50x1.h5 https://storage.googleapis.com/bit_models/BiT-S-R50x3.h5

jessicayung commented 4 years ago

Thanks - we are looking into the h5 files for BiT-S and will let you know when we have checked them.