ANGExllL/ivory-tern
EfficientNetV2-L (torchvision efficientnet_v2_l, 1000 ImageNet classes) fine-tuned with adversarial
training for the Perturb subnet (netuid 26).
- miner hotkey:
5HTMujxdVwf78DNbnLY8dAqyQLykd2mdSzZg47iA2Xs8NmTi - on-chain hash: sha256(model.safetensors || hotkey) =
974038e351a597889553bc340b4d4dbc7f691ad4db24c44c31e8f374fe48aa90 - preprocessing:
EfficientNet_V2_L_Weights.IMAGENET1K_V1.transforms()(bicubic resize 480, center crop 480, mean = std = 0.5)
from safetensors.torch import load_file
from torchvision.models import efficientnet_v2_l
model = efficientnet_v2_l(weights=None)
model.load_state_dict(load_file("model.safetensors"))
- Downloads last month
- 7