-
Hi,
I am testing out a tensorflow model which takes a string as input and returns the spell corrected version of this string and it's confidence score. The signature_def retuned for the model using `…
-
## Description
Tested one huggingface model with `TextEmbeddingTranslator`, it outputs different result as python code.
### Expected Behavior
Return same result as python code
### Error Messag…
-
I've been following along the linear regression code in the Dive into Deep Learning book. When using the pytorch engine the gradients are not cleared between backward propagation runs.
For example …
ajrnz updated
2 years ago
-
I really like Tensorflow Lite and would want to use it on my Java server application (Spring Boot) and Raspberry pi (linux aarch64) or at least in (linux x64).
There is already Java API, but only for…
-
## Description
I'm currently building yolov3 model in DJL. And currently using Pytorch Engine to test my yolov3 model and loss function.
In actual running the output of my model becomes NAN for 4 ep…
-
## Description
The python api of the HuggingFace Tokenizer allows to tokenize inputs longer than the maxLength (
-
**What is the bug?**
ML-Commons Plugin 3.0 build fails due to [jackson update](https://github.com/opensearch-project/OpenSearch/commit/3168396208f849848f2cf0bf33a576a9c0e4d723) in OS core
**How ca…
-
### Steps to reproduce
1. Open new tab
2. Start writing url with the letter c
3. Url gets automatically filled to Craigslist.org
### Expected behaviour
Url should be filled with something relevant …
-
## Description
The constructor of ai.djl.huggingface.tokenizers.Encoding is currently package-private, which means we cannot create new instances "from scratch" in external user packages.
Will …
-
## Question
`package com.djl.examples.inference;
import java.io.IOException;
import java.nio.file.Paths;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import o…