Organizing transfer learning
Compare changes
- Tiago de Freitas Pereira authored
Renamed the keyword argumente is_training_mode to mode and use the tf.estimator.Modekeys to switch between training/validation/prediction modes
@@ -140,7 +140,7 @@ class Logits(estimator.Estimator):
@@ -157,7 +157,7 @@ class Logits(estimator.Estimator):
@@ -295,7 +295,7 @@ class LogitsCenterLoss(estimator.Estimator):
@@ -316,7 +316,7 @@ class LogitsCenterLoss(estimator.Estimator):