djl
djl copied to clipboard
An Engine-Agnostic Deep Learning Framework in Java
Change-Id: I7e3f53efd35e7971d12b4bfca7677d9ef383620d ## Description ## Brief description of what this PR is about - If this change is a backward incompatible change, why must this change be made? - Interesting...
fixes #1886 This creates an interface for SystemNDManagers. That way, the behavior of skipping over various functions can be moved to the BaseNDManager instead of each individual SystemManager
## Description The HuggingFaceTokenizer can't support MacOs M1 Will this change the current api? How? The HuggingFaceTokenizer support MacOs M1 Who will benefit from this enhancement? mac users ## References...
## Description 1. When using pytorch-engine:0.18.0 `NDManager.newBaseManager()` creates a `PtNDManager`, it will call `ai.djl.pytorch.engine.PtNDManager#newSubManager`, and execute: ```java PtNDManager manager = new PtNDManager(this, device); attachUncappedInternal(manager.uid, manager); return manager; ``` 2. Method...
## 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.ModelNotFoundException: ModelZoo doesn't...
I think the training all get good results and the accuracy seems pretty good as well. It's just that After the training of Cifar10 with MBNv2 will cause an exception...
This pull requests optimizes Batch creation for ArrayDataset when using StackBatchifier . My DJL application learns the data now in 58550ms rather than 79843ms so 36% faster! For applications not...
Hello, I use the encoding and tokenization parts of the Huggingface Tokenizer Class, it works exactly the same as in python. But when using bert model as a language model...
# Information Hey there! I wanted to ask for help since I couldn't figure out how to fix a certain bug, and because I did not get an answer in...
## Description A requests for the Implementation of BinaryImageClassification and a documentation for this feature, it would benefit developers which are trying to detect if a Image is similiar to...