djl icon indicating copy to clipboard operation
djl copied to clipboard

An Engine-Agnostic Deep Learning Framework in Java

Results 283 djl issues
Sort by recently updated
recently updated
newest added

## Description ## This is an example of how to use a time series model for training on real world data, we chose the dataset from https://www.kaggle.com/competitions/m5-forecasting-accuracy, which predicts for...

## Description ## Change the implementation of negativebinomial to the [pytorch version](https://pytorch.org/docs/stable/distributions.html#negativebinomial)

## Description ## This PR adds two new sections for creating trainable models. The first part is embedding and scaler, which are responsible for encoding the input features and scaling...

## 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...

enhancement

This PR is about my current progress on Object Detection work. Currently, I think I've successfully built the network structure of YOLOv3 and get started with loss function

## Description Currently, the `HuggingFaceTokenizer.batchEncode` only supports batch encoding of arrays/lists of single text inputs, while the text pair inputs are only supported by `encode(String text, String textPair) `. To...

enhancement

## Description It looks like concatenating lists doesn't work as in Python. ### Expected Behavior I was expecting to get an array with the same shape as in Python. ###...

bug

## Description ## Supported by a dedicated training listener, algebraic operations executed during training can be recorded and stored as Python program. - If this change is a backward incompatible...

## Description Before in accordance with this step on the Kunpeng Kirin v10 chip to adapt, reasoning no problem, https://github.com/deepjavalibrary/djl/issues/2221#issuecomment-1599111210 Now I want to complete the adaptation on the FT...

bug

## Description Adding support to ppc64le architecture to pytorch-engine. By referring [these instructions ](https://github.com/deepjavalibrary/djl/issues/141#issuecomment-664620870) have built and test jni locally on my ppc64le VM with [opence conda pytorch](https://ftp.osuosl.org/pub/open-ce/1.8.0). Build and...

enhancement