lanking520 opened a new issue #13403: Allow Scala to have mixed Symbol/Constant
URL: https://github.com/apache/incubator-mxnet/issues/13403
 
 
   [Quote from Email]
   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 python library does.
   
    It seems like if I want to use constants in my loss functions I'm going to 
have to have a very large argsDict when I go to train since every variable in 
the loss function definition will have to be symbolic. Is there a better way to 
do this?
   
   -- Sam
   

----------------------------------------------------------------
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

Reply via email to