jiaangyao/BCGNet

Implement bcgnet_architecture.py

Closed this issue · 1 comments

Implement bcgnet_architecture.py

Possible ways of doing this?:

  1. superclass of default CNN/RNN models + separate files each overriding the superclass? e.g. similar to tensorflow's source code where for various RNN models they have a default RNN model and the LSTMs and GRUs which build off that generic RNN model or similar to this repo https://github.com/tlatkowski/inpainting-gmcnn-keras

  2. each file contains only the model...