Skip to content

Commit

Permalink
Fix TrainConfig docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
debrevitatevitae committed Jul 17, 2024
1 parent a13cbd4 commit f95bf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qadence/ml_tools/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class TrainConfig:
print_every: int = 1000
"""Print loss/metrics."""
write_every: int = 50
"""Write tensorboard logs."""
"""Write loss and metrics with the tracking tool."""
checkpoint_every: int = 5000
"""Write model/optimizer checkpoint."""
plot_every: int = 5000
Expand Down

0 comments on commit f95bf19

Please sign in to comment.