Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
NumericalMax committed Jan 22, 2024
1 parent 1067631 commit 832d4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def main(parameters):
#ModelCheckpoint(filepath=base_path + 'model/', monitor='loss', save_best_only=True, verbose=0),
ReconstructionPlot(train, parameters['index_tracked_sample'], base_path + 'training/reconstruction/',
period=parameters['period_reconstruction_plot']),
CollapseCallback(val),
#CollapseCallback(val),
EarlyStopping(monitor="val_loss", patience=parameters['early_stopping'])
]

Expand Down

0 comments on commit 832d4fd

Please sign in to comment.