You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/01/13 22:41:20 UTC

[GitHub] [incubator-mxnet] dithyrambe removed a comment on issue #17275: CosineEmbeddingLoss won't work after hybridize (ie. with symbol API)

dithyrambe removed a comment on issue #17275: CosineEmbeddingLoss won't work after hybridize (ie. with symbol API)
URL: https://github.com/apache/incubator-mxnet/issues/17275#issuecomment-573907459
 
 
   Oh I just noticed something there:
   
   `.reshape(-1, 1)` is not the same as `.reshape((-1, 1))` on symbolic API. 
   
   Does this should be fixed ? Or is it a desired behaviour ?
   

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


With regards,
Apache Git Services