Implement bcgnet_architecture.py
Closed this issue · 1 comments
Yida-Lin commented
Implement bcgnet_architecture.py
jiaangyao commented
Possible ways of doing this?:
-
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
-
each file contains only the model...