djl
djl copied to clipboard
An Engine-Agnostic Deep Learning Framework in Java
## Description Model Downloading and Uploading will require metadata and other files. This is where a Model Starert Template comes in. It will allow users to have data auto-generated for...
## Description DJL central is a centralized location to find DJL pre-trained models. It keeps a registry of know ModelZoos and their metadata. It also has a web based UI...
## Description DJL serving support serving arbitrary model by provide tensor in tensor out fashion already. To provide better user experience, DJL provide default pre-processing and post-processing for some of...
## Description In current DJL serving implementation, the registered model information only kept in memory. When DJL serving process is restarted, the last model serving stat is lost. User must...
## Description DJL serving should provide a web base management portal to manage models [ ] Manage models - register a model - un-register a model - update model scaling...
## Description DJL serving documentation should includes: [ ] DJL serving architecture [ ] DJL serving quickstart [ ].DJL serving management API specification [ ] DJL serving inference API specification...
## Description (A clear and concise description of what the feature is.) A api that can let user uses QPPWG not in a very user friendly sense. This is just...
## Question Hi, my question is... While I have successfully executed the training for obj. detection following the **_TrainPikachu_** class but I am getting this result from the console: ![Screen...
Any chance of getting a simple example (even just ad hoc ) on how to train mask rcnn via transfer learning on a custom Coco formatted dataset ? We are...
## Description Is there any guide on how to train an instance segmentation model for DJL? ### Will this change the current api? How? ### Who will benefit from this...