nudles commented on issue #674: Autograd Layer constructor URL: https://github.com/apache/singa/issues/674#issuecomment-612559412 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.
---------------------------------------------------------------- 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
