-
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.…
-
Hey - kudos on developing this !!
I ran against some trouble when trying to apply a migration when I altered an enum which was already in use in some existing table.
```
sqlalchemy.exc.InternalEr…
-
## Description
(A clear and concise description of what the bug is.)
When trying to load a Tensorflow hub model into djl I get an engine not found exception. I'm running in Intelij and made sure to …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Bug description
This is separate from [Issue 2639](https://github.com/DeepLabCut/DeepLabCut/issues/2639) as it…
-
Per discussions on the video meeting with @typhoonzero @shendiaomo
## Two Components in SQLFlow
### Compiler
1. Front, the parser package parses SQL statement(s) and generates IR(s).
2. Sem…
-
In order to improve the statistics on the website, maybe a quicker way is to normalize the current number by its file numbers. A major reason for the over exaggerated download numbers for the models i…
-
什么时候可以提供中文字符的向量表示
-
This is continuation of #5080, but with more specific goals.
### Goal
To measure luci-interpreter performance and memory consumption for models delivered with tflite-micro: https://github.com/tens…
-
I try to use tflite-engine in my projects and it threw a exception like the following while other engine would download the library automaticlly
```
SLF4J: Failed to load class "org.slf4j.impl.Stati…
-
hello,I have a question.
when I train my model without xnn.quantize.QuantTrainModule, it costs 30minutes one epoch.
but when I add xnn.quantize.QuantTrainModule in my train code,it costs 4hours one …