Samonte/perturb120
EfficientNetV2-L (torchvision efficientnet_v2_l, 1000 ImageNet classes) fine-tuned with adversarial
training for the Perturb subnet (netuid 26).
- miner hotkey:
5H8t4i1evmMSDvwQstyWrxGNTVP2ykakEahnpwg5SaDmaZxH - on-chain hash: sha256(model.safetensors || hotkey) =
62f9ed2951dfa38aadde4147ba04c867e9ed0dbd4e5a8ce5a2d10ba7e46c4d79 - 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
- 40