Skip to content

Commit

Permalink
max_epochs
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Schwab PI Sjors Scheres added 22022021 committed Oct 25, 2023
1 parent 02f47ba commit 8d324c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynamight/deformations/optimize_deformations.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ def optimize_deformations(
cols = torch.arange(len(particle_dataset))/len(particle_dataset)

# the actual training loop
for epoch in range(n_epochs):
for epoch in range(2*n_epochs):
abort_if_relion_abort(output_directory)
# first, recompute the graphs
with torch.no_grad():
Expand Down

0 comments on commit 8d324c2

Please sign in to comment.