-
## Description
I'm running inference on a model. The model was trained using [YoloV5 in PyTorch](https://github.com/ultralytics/yolov5), and then exported. The inference works perfectly with CPU. H…
-
## Description
(A clear and concise description of what the bug is.)
### Expected Behavior
(what's the expected behavior?)
### Error Message
(Paste the complete error message, including stack…
-
**Describe the bug**
Can't call the Gemini API when both dependencies are present in pom.xml
**Log and Stack trace**
Handler dispatch failed: java.lang.IncompatibleClassChangeError: class…
-
https://github.com/deepjavalibrary/djl-serving/blob/master/wlm/src/main/java/ai/djl/serving/wlm/ModelInfo.java#L75-L80 currently reads:
```java
public ModelInfo(String modelUrl, Class inputCl…
-
## Description
when I am using the djl with the onnx runtime and hybrid engine (pytorch,tensorflow,mxnet), i found that the
model predict takes more time than the way of direct using the OnnxRunti…
-
```java
Exception in thread "AWT-EventQueue-0" ai.djl.engine.EngineException: Failed to load PyTorch native library
at ai.djl.pytorch.engine.PtEngine.newInstance(PtEngine.java:85)
at ai.djl.pytor…
-
Greetings,
I'm having an issue that I'm not very sure I understand. I'm using the ai.djl.sentencepiece package in a class I wrote in Java and I get this error below:
```
/root/.djl.ai/sentencep…
-
最近正在尝试把公司里python的推理代码 通过djl移植到java平台,但是其中遇到的最大的阻力就是前后处理的相关代码,python中很多音视频相关的处理库以及其他的一些api在java中并没有完全一致或相近的实现库,因为我们希望通过将前后处理放到python中执行的方式解决这个问题,但是djl中关于python model的部分代码并没有上传到github,同时文档写的也比较简单,希望有大佬可…
-
Building on Mac-ARM fails with some basic errors, the first one being:
```
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include/mmintrin.h:33:5…
-
## Description
I try to export Yolov3/FastRCNN trained by paddlex to DJL. However, when the model is loaded by DJL and prepare to do inference task, DJL says these two models should have three input …