Organizing transfer learning
Compare changes
- Tiago de Freitas Pereira authored
@@ -119,7 +119,8 @@ class Siamese(estimator.Estimator):
@@ -131,11 +132,8 @@ class Siamese(estimator.Estimator):
Basically I organized the keyword arguments for the input networks used in the estimator.
Now, we can expect that the network has this function signature:
inputs, reuse=False, is_training_mode = True, trainable_variables=True
where,
Tests are passing.