You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* INDArray.javaTensorAlongDimension removed; use INDArray.tensorAlongDimension instead
242
242
* INDArray.lengthLong() removed; use INDArray.length() instead
243
243
244
+
### ND4J: 1.0.0-beta5 Known Issues
245
+
246
+
* nd4j-native on some OSX systems can fail with `Symbol not found: ___emutls_get_address` - See [this link](https://github.com/eclipse/deeplearning4j/issues/8217)
247
+
* SBT 1.3.0 can fail with an `Illegal character in path` error; SBT 1.2.8 is OK. This is an SBT issue, not an ND4J issue. See [this link](https://github.com/sbt/sbt/issues/5046) for details
0 commit comments