Re: Scala Symbol API Question

2018-11-25 Thread Qing Lan
Hi Sam, please join the Slack MXNet. We also have a #MXNet-Scala channel there where you can ask more questions with Scala/Java. Apart from that I have placed an issue for you: https://github.com/apache/incubator-mxnet/issues/13403 Thanks, Qing On 11/23/18, 11:22 PM, "Sam Bean" wrote:

Scala Symbol API Question

2018-11-23 Thread Sam Bean
Hello, I have some questions about the Scala API for the Symbol library. I'm trying to figure out how to do something like this https://github.com/ufoym/mxnet/blob/master/example/vae/VAE.py#L83, however it seems the Scala Symbol API does not allow the mixing of symbols and constants like the pytho