Skip to content

Commit

Permalink
rename enum (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
NihalHarish committed Aug 2, 2020
1 parent 8565c6a commit 85a7a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smdebug/tensorflow/keras.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ def save_smdebug_logs(self, logs):
elif key == SMDEBUG_LAYER_OUTPUTS_KEY:
layer_outputs = logs[key]
self.save_layer_outputs(layer_outputs)
self.save_layer_inputs(logs[ModelInput.X], layer_outputs)
self.save_layer_inputs(logs[ModelInput.INPUTS], layer_outputs)
# Save Model Inputs
elif key in ModelInputs:
export_name = get_model_input_export_name()
Expand Down

0 comments on commit 85a7a76

Please sign in to comment.