My ML models
Collection
6 items • Updated
PyTorch U-Net segmentation model trained for gray leaf spot segmentation.
grayleafspot.pt: serialized model artifactrequirements.txt: minimal runtime dependenciesimport torch
model = torch.load("grayleafspot.pt", map_location="cpu")
model.eval()
This repository is gated with manual approval enabled on the Hugging Face Hub. Users must request access before they can download the model.