Instructions to use mobilint/DenseNet169 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Mobilint
How to use mobilint/DenseNet169 with Mobilint:
# pip install mblt-model-zoo from mblt_model_zoo.vision import MBLT_Engine model = MBLT_Engine( model_cls="DenseNet169", model_type="DEFAULT", model_path="", core_mode="global8", ) try: image = model.preprocess("path/to/image.jpg") output = model(image) result = model.postprocess(output) finally: model.dispose() - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 7e447084bf7b223dd78f3622a9ad925eed51191ead541f7ce9b185386cec309a
- Size of remote file:
- 57.3 MB
- SHA256:
- dfe0192bf3ba3b14fa77b1b133f11a00f4e144fe912f666693065fecfe949b7d
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.