[GitHub] lanking520 commented on issue #12140: Impossible to provide arguments to random_normal in scala ?

2019-01-11 Thread GitBox
lanking520 commented on issue #12140: Impossible to provide arguments to random_normal in scala ? URL: https://github.com/apache/incubator-mxnet/issues/12140#issuecomment-453706363 Close it for now, if you are still facing this problem. Please raise a PR () or reopen this issue

[GitHub] lanking520 commented on issue #12140: Impossible to provide arguments to random_normal in scala ?

2018-09-10 Thread GitBox
lanking520 commented on issue #12140: Impossible to provide arguments to random_normal in scala ? URL: https://github.com/apache/incubator-mxnet/issues/12140#issuecomment-420023866 Link this Issue to the PR: https://github.com/apache/incubator-mxnet/pull/12489

[GitHub] lanking520 commented on issue #12140: Impossible to provide arguments to random_normal in scala ?

2018-08-14 Thread GitBox
lanking520 commented on issue #12140: Impossible to provide arguments to random_normal in scala ? URL: https://github.com/apache/incubator-mxnet/issues/12140#issuecomment-413047911 Actually if you are interested, you can be the contributor to get it out for Scala package. It needs some

[GitHub] lanking520 commented on issue #12140: Impossible to provide arguments to random_normal in scala ?

2018-08-14 Thread GitBox
lanking520 commented on issue #12140: Impossible to provide arguments to random_normal in scala ? URL: https://github.com/apache/incubator-mxnet/issues/12140#issuecomment-412979383 @mdespriee Yes you can do that. ```Scala def random_normal(name : String = null, attr : Map[String,

[GitHub] lanking520 commented on issue #12140: Impossible to provide arguments to random_normal in scala ?

2018-08-13 Thread GitBox
lanking520 commented on issue #12140: Impossible to provide arguments to random_normal in scala ? URL: https://github.com/apache/incubator-mxnet/issues/12140#issuecomment-412668354 @mdespriee looks like you are using it in a wrong way, are you trying to use it in Symbolic way? Here is

[GitHub] lanking520 commented on issue #12140: Impossible to provide arguments to random_normal in scala ?

2018-08-13 Thread GitBox
lanking520 commented on issue #12140: Impossible to provide arguments to random_normal in scala ? URL: https://github.com/apache/incubator-mxnet/issues/12140#issuecomment-412416142 Hi @mdespriee Nice try with Scala package! In your case, you can implement in the following ways: