Skip to content

Commit

Permalink
Fixing target_metrics for train.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aritraghsh09 committed May 16, 2024
1 parent 003bb16 commit 3ea8b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/Getting_Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ python ggt/train/train.py \
--momentum=0.99 \
--crop \
--cutout_size=239 \
--target_metrics='custom_logit_bt,log_R_e,log_total_flux' \
--target_metrics='custom_logit_bt,ln_R_e_asec,ln_total_flux_adus' \
--repeat_dims \
--no-nesterov \
--label_scaling='std' \
Expand Down

0 comments on commit 3ea8b7d

Please sign in to comment.