Skip to content

Commit

Permalink
Merge pull request #16 from IvanKuchin/development
Browse files Browse the repository at this point in the history
disable terminateonNaN
  • Loading branch information
IvanKuchin committed Jul 25, 2024
2 parents 2362b38 + c818238 commit 9d06683
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion train_segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ def main():
reduce_lr_on_plateau,
csv_logger,
# early_stopping,
tf.keras.callbacks.TerminateOnNaN()],
# tf.keras.callbacks.TerminateOnNaN()
],
verbose = 1,
# workers = 2
)
Expand Down

0 comments on commit 9d06683

Please sign in to comment.