Skip to content

Commit

Permalink
Fix setup guide in home page
Browse files Browse the repository at this point in the history
  • Loading branch information
gorarakelyan committed Aug 5, 2022
1 parent 26b257c commit 9e211ff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ run_inst['hparams'] = {
}
# Track metrics
for step in range(10):
run_inst.track(metric_value, name='metric_name', epoch=epoch_number)`}
for i in range(10):
run_inst.track(i, name='metric_name')`}
/>
</div>
<div className='SetupGuide__resources__container'>
Expand Down

0 comments on commit 9e211ff

Please sign in to comment.