Skip to content

Commit

Permalink
MAX_PLOT_Y option
Browse files Browse the repository at this point in the history
  • Loading branch information
lvapeab committed May 3, 2020
1 parent 5879789 commit 57978ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nmt_keras/build_callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def buildCallbacks(params, model, dataset):
eval_on_epochs=params['EVAL_EACH_EPOCHS'],
save_each_evaluation=params['SAVE_EACH_EVALUATION'],
do_plot=params.get('PLOT_EVALUATION', False),
max_plot=params.get('MAX_PLOT_Y', None),
verbose=params['VERBOSE'])

callbacks.append(callback_metric)
Expand Down

0 comments on commit 57978ab

Please sign in to comment.