dcslin commented on issue #691:
URL: https://github.com/apache/singa/issues/691#issuecomment-629120597


   I guess "high/low priority" refers to the preference? In the "low priority" 
option, the `save` and `load` is non intrusive/not part of class `module`.
   Personally, serialization, is a mechanism telling how to handle a class, is 
preferred to be non intrusive/ not part of the class. The class itself is a 
structure. For example `mymodel = MyModel(); mymodel.load(fp)`. Maybe can be 
`mymodel=singa.module.load(fp)` 
   
   


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


Reply via email to