Adam Gibson

Results 76 issues of Adam Gibson

Following up from: https://github.com/remkop/picocli/issues/1137 I am still running in to this with picocli 4.6.1: https://gist.github.com/agibsonccc/0e90c40e765e417d927de3c35ee6fabc I am using graalvm jdk 11: graalvm-ce-java11-21.2.0

type: question :grey_question:
theme: codegen
status: waiting-for-feedback

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior I'm using the aws java v2 sdk when attempting to create...

type: bug
status: triage needed
aws:batch
area: integration/aws-sdk-v2
area: integration/aws-sdk-java

#### Issue Description Examples: https://github.com/eclipse/deeplearning4j/commit/4766032444de8e0c2c3389270576bb6e7c466211#diff-49067a9948bb62443545e65cce8559402d08265c92932b7db650598e9418c816 https://github.com/eclipse/deeplearning4j/blob/c715aea405980eb043420af86c671032bbb78ec6/nd4j/nd4j-backends/nd4j-api-parent/nd4j-api/src/main/java/org/nd4j/linalg/lossfunctions/impl/LossMultiLabel.java Please describe our issue, along with: - expected behavior - encountered behavior #### Version Information Please indicate relevant versions, including, if relevant: * Deeplearning4j...

Documentation

#### Issue Description Einsum is used in lots of operations and is needed for both tensorflow and onnx import. Please describe our issue, along with: - expected behavior - encountered...

Enhancement

#### Issue Description Various keras pre processing layers are currently missing from import. These include the computer vision layer such as Rescale and Resize as well as other methods of...

Enhancement
DL4J Keras

#### Issue Description Following up from: https://github.com/eclipse/deeplearning4j/pull/9466 There appears to be some slight differences with onnx in image resizing. This prevents us from being within 1e-3 eps difference for the...

#### Issue Description Test case from the onnx docs: ``` x = np.array([[[[0., 1., 2., 3., 4.], # (1, 1, 7, 5) input tensor [5., 6., 7., 8., 9.], [10.,...

Enhancement
Onnx

#### Issue Description Javadoc.io provides limited access to the javadocs. We need to self host this in order to have a more comprehensive setup for users reading the docs. Please...

Documentation

#### Issue Description Currently we have a concept in the java code base of ILossFunction where some ops are missing. It would be nice to add the missing loss functions...

Enhancement
ND4J
LIBND4J

#### Issue Description Example from discussion: ``` Arg(ENUM, "padMode"){ possibleValues = org.nd4j.linalg.api.impl.transforms.Pad.Mode } ``` Please describe our issue, along with: - expected behavior - encountered behavior #### Version Information Please...

Enhancement