chrishkchris commented on issue #674: Autograd Layer constructor
URL: https://github.com/apache/singa/issues/674#issuecomment-612560679
 
 
   > We can make the code compatible in this way
   > 
   > ```python
   > # in v3.1
   > def Foo(**kwargs):
   >    check if the args are for v3.0 or v3.1 and then call FooV300 or FooV310
   > ```
   > 
   > In V4.0, we change the API completely.
   > 
   > yes. We may need to update Module later to support more functionalities 
like save and load.
   
   Yes, this selector for function version is very helpful (says v3.1), and 
will make the code compatible. Then later in V4.0, can change the API 
completely.

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