Getting Started
API Reference
fetch_model()
Download a pre-trained model file and return its local path.
model_name (str) – Name of the model file (e.g., ‘cnn_model.pth’).
path – Absolute path to the downloaded (or cached) file.
str