Paul Dubs

Results 14 issues of Paul Dubs

We already support multiple different optimizers: https://github.com/eclipse/deeplearning4j/tree/master/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/optimize/solvers However, it is impossible to provide your own optimizer (e.g. https://arxiv.org/abs/2010.01412), because the feature is gated behind an enum: https://github.com/eclipse/deeplearning4j/blob/master/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/nn/api/OptimizationAlgorithm.java I think we...

Enhancement
Low Priority

#### Issue Description Original issue on forum: https://community.konduit.ai/t/why-bertinferenceexample-can-only-infer-4-sentence-pair-at-once/649 When a BertIterator is configured to pad minibatches, e.g. for models that have a fixed minibatch size, trying to featurize more than...

DL4J
NLP

RLLib (https://ray.readthedocs.io/en/latest/rllib.html) supports quite a lot of different algorithms and environments. And as it is built on top of ray it even scales to clusters. I guess it should be...

on hold

#### `org.nd4j.graph.DataType` can be accidentally used instead of `org.nd4j.linalg.api.buffer.DataType` Since beta4 it is possible to declare a DataType when creating an NDArray, but org.nd4j.graph.DataType and org.nd4j.linalg.api.buffer.DataType are both accepted, as...

SameDiff

This is currently WIP. # Description This applies some changes to improve the performance of the Graph Renderer during interactions. ## Pull Request Type - [ ] Xircuits Core (Jupyterlab...

# Description This pull request addresses a performance issue caused by redundant processing when updating the document model. The problem stems from the fact that the current implementation listens for...

This adds support for plugins or tools to be used by the chat bot. At the moment this is just a little clean up compared to the version we've built...

Sometimes OpenAI will respond with errors like the following Status Code: 429 Payload: ``` { "error": { "message": "That model is currently overloaded with other requests. You can retry your...

Often we want to share the output of a conversation. Most often we take a screenshot of it, but then it isn't possible to copy text from it. It would...