Samonte/Pertval144
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) =
bd41290553d6e48012f42f5e4206c8c8a1c5be6fbe150f21d3f4ddc343c27bb3 - 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
- 18