Instructions to use mobilint/VGG13 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Mobilint
How to use mobilint/VGG13 with Mobilint:
# pip install mblt-model-zoo from mblt_model_zoo.vision import MBLT_Engine model = MBLT_Engine( model_cls="VGG13", 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
chore: migrate VGG13 model files to new directory structure and update LFS gitattributes configuration
3c4ed17 - Xet hash:
- 6e4373efaba0353040e9af5466a4250cd6bbda1176d68c4a69096901f84ef24d
- Size of remote file:
- 133 MB
- SHA256:
- 23013804c4545b3bd2438b713cb9dad722ea2a9b56c5561412b2c8901a88d26e
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.