-
## Description
I will use djl SDK in Android Project.If app is a general application,it work right.If app is a system application,it will throw a excepiton,as this "ai.djl.repository.zoo.ModelNotFoun…
-
On macOS, if we load the julia 1.6 dynamical library and segfault will happen at the `jl_init__threading` function. The same segfault doesn't happen with julia 1.5.
For example, with julia 1.6 in…
-
Hi everyone,
I tried to execute the SemanticSegmentation.java example. Gave me an error while processing the output in SemanticSegmentationTranslator
Exception in thread "main" ai.djl.translate.…
-
## Description
Ideally the best would be to have a simple.
public static boolean dryrunnointernet=false;
and let the user switch that to true if they ever needs it.
Will this change the current …
-
## Description
I am using the tokenizers dependency in my project.
```
ai.djl.huggingface
tokenizers
0.18.0
```
The compilation is failing with the following error:
Caused by: j…
-
**Problem**
The Rekordbox waveform shows a dotted line at the end of a phrase, usually at the end of a build up before the chorus drops:
I can't find any info out about what this is, but it seems …
-
Hi! I tried to load a bert model from tfhub or huggingface and using it to extract text embedding. In python, I could do this easily by using some api, like pytorch provided.
In DJI, I found there …
-
on windows 7 cuda 102 0.17.0 is working
0.18.0 https://publish.djl.ai/pytorch/1.8.1/jnilib/0.18.0/win-x86_64/cpu/djl_torch.dll not found
joyol updated
2 years ago
-
I have some problems when using djl to call yolov5, it can't be recognized normally
my code :
`
int imageSize = 640;
Pipeline pipeline = new Pipeline();
pipeline.add…
-
## Description
Hi,
I'm trying to make inference with my GPU (NVIDIA GeForce RTX 3090) using DJL 0.15.0.
However, I can't load any model on my GPU.
I'm new to working with Java and DJL, so a…