Instructions to use gputrain/UrbanSound8K-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastai
How to use gputrain/UrbanSound8K-model with fastai:
from huggingface_hub import from_pretrained_fastai learn = from_pretrained_fastai("gputrain/UrbanSound8K-model") - Notebooks
- Google Colab
- Kaggle
File size: 160 Bytes
1b7cfab | 1 2 3 4 | [build-system]
requires = ["setuptools>=40.8.0", "wheel", "python=3.8.12", "fastai=2.6.0", "fastcore=1.4.2"]
build-backend = "setuptools.build_meta:__legacy__"
|