Published April 1, 2024
| Version v1
Software
Open
MycoAI models
Description
Trained models of MycoAI. Either pass the path to a model in the `--model` flag of our scripts, or load within your own scripts as follows:
import torch
from mycoai import utils
torch.load('MycoAI-multi-CNN-Vu-HLS.pt', map_location=utils.DEVICE)