jnug4528

Results 2 comments of jnug4528

```python import tensorflow as tf from keras.models import Model from keras.layers import Subtract, Lambda, Dense, Input, Flatten from keras import backend as K from keras.datasets import mnist (x_train, y_train),(x_test, y_test)...

Though it sounds completely fair to have more small variants of the model, I think subclassed models in this project should be restricted to the more widely known ones that...