Skip to content

Commit

Permalink
Fix example typo in README.md (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnrozhkov committed Jan 19, 2024
1 parent 5c650ef commit 6255655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ with Live() as live:
live.log_param(param, params[param])

# simulate training
offset = random.uniform(0.0.2, 0.1)
offset = random.uniform(0.2, 0.1)
for epoch in range(1, params["epochs"]):
fuzz = random.uniform(0.01, 0.1)
accuracy = 1 - (2 ** - epoch) - fuzz - offset
Expand Down

0 comments on commit 6255655

Please sign in to comment.