djl icon indicating copy to clipboard operation
djl copied to clipboard

An Engine-Agnostic Deep Learning Framework in Java

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

## Description In my _quarkus_ project I'm trying to use DJL with a yolov5x model for multiple objects detection in a video. I passed all _ms coco class names_ to...

bug

## Description ![image](https://github.com/deepjavalibrary/djl/assets/29473197/b283d0fb-caa9-42f9-9097-893cbe5d5381) After using DJL+PaddleOCR to recognize text, I want to extract the key parts of these text. I noticed that PaddleNLP has a UIE model that can do...

enhancement

## Description I would like to use a model from huggingface that uses a BPE tokenizer. This model is `flaubert/flaubert_base_uncased`. It can be found at: https://huggingface.co/flaubert/flaubert_base_uncased It doesn't have a...

enhancement

## Description Is it possible to run a fit with torch optim LBFGS? ## References https://pytorch.org/docs/stable/generated/torch.optim.LBFGS.html

enhancement

## Description Caused by: java.lang.UnsatisfiedLinkError: C:\Users\Administrator\.djl.ai\pytorch\1.13.1-cu117-win-x86_64\torch_cuda_cpp.dll: Can't find dependent libraries I use DJL 0.23.0 and try to use it for interference in java. I have pytorch and cuda installed and...

bug

I am trying to use YOLOv7 with PyTorch but I receive the error `Failed to load PyTorch native library`. I am running this on windows 10 with the following libraries:...

question

Hello Team. I am testing a language model called al-mpnet using DJL onnxruntime engine. I have created the criteria in this manner ``` Criteria.builder() .setTypes(classOf[String], classOf[Array[Number]]) .optTranslator(translator) .optModelUrls(model_file_path) .optModelName(model_file_name) .optEngine(runtime)...

bug

## Description When running `TrainPikachuTest` on an M1 Mac I get the error `UnsupportedOperationException: Not implemented` ### Expected Behavior The `TrainPikachuTest` runs as expected and a model is produced. ###...

bug

Hi, Thanks for great java library. I'm trying DJL in android base on this: https://docs.djl.ai/master/android/index.html It works like a charm, however the APK size seemed to be problematic (200MB++) Even...

The 'processor. Encode' and 'processor. Decode' methods of 'SentencePiece' cannot be used, and the 'SpTokenizer' in DJL cannot use the 'getProcessor' method in other classes. Is there any way?