Where is the loss calculated?

Issue #35 resolved
Alireza Khorshidi created an issue

Here is where the loss is calculated for the case of single core:

https://bitbucket.org/andrewpeterson/amp/src/11ad04a3b6c658e183b9cc1b90fc71c7c298115c/model/init.py?at=master&fileviewer=file-view-default#init.py-199

(Line 199 of model/init.py)

Though I am not seeing where the loss is being calculated in the case of multiple cores here?

https://bitbucket.org/andrewpeterson/amp/src/11ad04a3b6c658e183b9cc1b90fc71c7c298115c/model/init.py?at=master&fileviewer=file-view-default#init.py-211

(Line 211 of model/init.py)

Comments (4)

  1. Log in to comment