Emeric Beaufays
Emeric Beaufays
#### Issue Description I noticed INDArray#fmod doesn't work as expected on Long data type arrays ``` long[] l = new long[]{805459861L*15L}; INDArray arrayLong = Nd4j.createFromArray(l); long mod = l[0] %...
#### Issue Description My use-case is a type of EmbeddingLayer where the dictionary size is small (
Hi, I'm using your library to produce gltf files followed by a javascript library to draco compress them. It works but it's a bit slow. Do you have any plan...