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 2017/12/27 21:01:04 UTC

[GitHub] bejjani commented on issue #9210: Cosine Loss: Formula

bejjani commented on issue #9210: Cosine Loss: Formula
URL: https://github.com/apache/incubator-mxnet/issues/9210#issuecomment-354177010
 
 
   in order to bound it between 0 and 1 the cosine should be divided by 2
   ```python
   cosine = cosine / 2
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services