nudles commented on issue #674: Autograd Layer constructor
URL: https://github.com/apache/singa/issues/674#issuecomment-612548603
 
 
   > 
   > 
   > > I think it's not an issue. When we use the computational graph, 
initialization operations won't be buffered since we just need to execute them 
once. For these operations, I just execute them immediately instead of 
buffering them into the graph at present. So before running the entire graph, 
all parameter tensors will be initialized.
   > 
   > Yes, if the initization is in the init function, it will be not buffered 
automatically. If the initialization is in call function, we can still add a 
few lines to turn off the buffering. In both case, the graph function won't be 
affected.
   
   how to turn it off? 
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to