mcFloskel/houseNet

Refactor networks

Closed this issue · 0 comments

The networks architectures are currently single classes. However the classes do not store any instance variable beside the model. Therefore the network implementation should be changed from classes to functions.