Aifred-Health / VulcanAI

A high level deep learning framework for quickly prototyping networks with added tools in data visualisation, model interpretability and performance metrics
https://www.aifredhealth.com
GNU Affero General Public License v3.0
17 stars 8 forks source link

Milestones before the release of Vulcan 2 #18

Closed priyatharsan closed 6 years ago

priyatharsan commented 6 years ago

Date to complete: October 31th, 2018 @rfratila @nirtiac Feel free to add the what else been left to be done. Let's do this:

Priya's tasks

Caitrin's tasks

Robert's tasks

priyatharsan commented 6 years ago

@nirtiac the save and load are yet to be reconstructed, maybe we should add them under logger? what say @rfratila ?

rfratila commented 6 years ago

@priyatharsan, saving and loading should be placed where it is most intuitive. I would argue that they belong in basenetwork so that one can call model.save_model(path=//) and model.load_model(path=//). The latter would be a class method so you can call it before you need to instantiate a basenetwork type object and it would just build from the saved file. Does that make sense?

nirtiac commented 6 years ago

@rfratila @priyatharsan I agree, and with the classmethod!