[GitHub] tutnixzursache commented on issue #8530: Fatal JVM Error due to Exception in CustomOpProp#inferTypeEntry

2018-02-14 Thread GitBox
tutnixzursache commented on issue #8530: Fatal JVM Error due to Exception in CustomOpProp#inferTypeEntry URL: https://github.com/apache/incubator-mxnet/issues/8530#issuecomment-365561448 Sorry, I've switched to eaplatanios/tensorflow_scala in the mean time. Back in November my hack was

[GitHub] tutnixzursache commented on issue #8530: Fatal JVM Error due to Exception in CustomOpProp#inferTypeEntry

2017-11-03 Thread GitBox
tutnixzursache commented on issue #8530: Fatal JVM Error due to Exception in CustomOpProp#inferTypeEntry URL: https://github.com/apache/incubator-mxnet/issues/8530#issuecomment-341686488 I suggest as a quick fix to add a Unkown value to the DType object: `val Unkown = Value(-1, "unkown"

[GitHub] tutnixzursache commented on issue #8530: Fatal JVM Error due to Exception in CustomOpProp#inferTypeEntry

2017-11-03 Thread GitBox
tutnixzursache commented on issue #8530: Fatal JVM Error due to Exception in CustomOpProp#inferTypeEntry URL: https://github.com/apache/incubator-mxnet/issues/8530#issuecomment-341686488 I suggest to add a Unkown value to the DType object: `val Unkown = Value(-1, "unkown")` -