Skip to content

Commit 64f9daa

Browse files
committed
Fix linter issues.
1 parent f56fd2a commit 64f9daa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Pilot3/P3B4/p3b4_baseline_keras2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ def main():
140140

141141
gParameters = initialize_parameters()
142142
avg_loss = run(gParameters)
143-
print("Return: ", avg_loss.history)
144-
#print("Return: ", avg_loss.history['val_loss'][-1])
143+
# print("Return: ", avg_loss.history)
144+
print("Return: ", avg_loss.history['val_loss'][-1])
145145

146146

147147
if __name__ == '__main__':

0 commit comments

Comments
 (0)