This model was trained with pythae. It can be downloaded or reloaded using the method load_from_hf_hub
load_from_hf_hub
>>> from pythae.models import AutoModel >>> model = AutoModel.load_from_hf_hub(hf_hub_path="bioimagearchive/resnet50_vqvae-idr0093")
-