You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@singa.apache.org by GitBox <gi...@apache.org> on 2020/05/14 03:32:51 UTC

[GitHub] [singa] dcslin edited a comment on issue #696: Refactor autograd module

dcslin edited a comment on issue #696:
URL: https://github.com/apache/singa/issues/696#issuecomment-628355516


   Considering the API requirement, and constraints as below:
   
   API requirement:
   1. [**Model**] multi-input/output (multi loss fn)
   2. [**Model**] Load model from disk, in other words: Model param memory allocation should be done in `model.__init__`
   
   API constraints:
   1. [**Model**] graph module buffer first forward call **or** turn off graph module in the first forward call
   2. [**Layer**] layer initialization requires input x
   


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