[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 to add the line
   `val Unkown = Value(-1, "unkown")`
   to the DType object, but that is not the most Scala-ish way to deal with 
this problem...
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[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")`
 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[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")`
 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services