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, String] = null)(args : org.apache.mxnet.Symbol*)(kwargs : Map[String, Any] = null): org.apache.mxnet.Symbol ``` What you can do is putting all three vars in the middle bracket following the order.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
