BentoML
BentoML copied to clipboard
feat: support Pytorch ignite
Adding support for using models trained with Pytorch ignite in BentoML
- sample notebook showing how the integration could work
- verify that the current
bentoml.pytorchmodule can adapt to the ignite workflow - explore if there's a way to directly port artifacts logged from ignite to BentoML's modelstore, similar to the
bentoml.mlflowinterface