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:
- eb83e1ca78a4140b09b103d85df2f4d3ea4c751bdbf1226a2646850eef843c6e
- Size of remote file:
- 133 MB
- SHA256:
- 90edd0f5bac6d8aa6784dff35568069def808de93ed489573822eeeb7d409d68
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.