djl icon indicating copy to clipboard operation
djl copied to clipboard

An Engine-Agnostic Deep Learning Framework in Java

Results 283 djl issues
Sort by recently updated
recently updated
newest added

Can we have a new Bert example using Goemotions? [https://github.com/google-research/google-research/tree/master/goemotions](https://github.com/google-research/google-research/tree/master/goemotions) Colab or Binder notebook would be awesome for Multi-label classification example including training and inference .

enhancement
Call for Contribution

## Description (Ported from Wechat) After switching to Windows, our team observed that `onnxruntime_providers_cuda.dll` cannot be loaded due to unsatisfied link. This is for the version of CUDA 11.4 and...

bug

Hello, I am trying to use the tokenizer of Bert model for a different language. There are some different cedilla containing letters in the language I use. For example Ş,...

enhancement

![MVSZVGQQ~LJC9QZM (NL}H3](https://user-images.githubusercontent.com/71556279/162356761-b585d05c-5d46-4f88-897e-21f3add17953.png) ![N08J Q1I1B PN$Y~TME)9YA](https://user-images.githubusercontent.com/71556279/162356770-697ffd3e-1c19-4162-8f07-188da24bdcaf.png) When I load a faster rcnn model from pytorch's TorchScript model It says unknows torchvision::nms

i have a problem But I have successfully installed it. ```shell ai.djl.engine.EngineException: Failed to load PyTorch native library at ai.djl.pytorch.engine.PtEngine.newInstance(PtEngine.java:77) at ai.djl.pytorch.engine.PtEngineProvider.getEngine(PtEngineProvider.java:40) at ai.djl.engine.Engine.getEngine(Engine.java:168) at ai.djl.Model.newInstance(Model.java:98) at ai.djl.repository.zoo.BaseModelLoader.createModel(BaseModelLoader.java:187) at ai.djl.repository.zoo.BaseModelLoader.loadModel(BaseModelLoader.java:149)...

bug

Does DJL have a gnn?

enhancement

To implement an onnx export (see https://github.com/deepjavalibrary/djl/discussions/1420#discussioncomment-1931364) I would like to extend the export capability of existing block classes by inheritance. To do this, it would be very helpful if...

## Description I am working on an application that allows switching between different pytorch versions dynamically. In order to do so I load dynamically the JARs needed fo each particular...

enhancement

## Description Hi! I'm deploying a YOLOv5 object detector model in Java via DJL. My code for deploying is very similar to the code provided by this guide: https://docs.djl.ai/jupyter/load_pytorch_model.html. I'm...

bug

Will DJL support time series preprocess ? Hi, there are some preprocess implementations for cv, nlp in ai.djl.modality, and currently I am working on time series model inference with djl,...

enhancement
Call for Contribution