Skip to content

Commit 6255655

Browse files
authored
Fix example typo in README.md (#764)
1 parent 5c650ef commit 6255655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ with Live() as live:
6161
live.log_param(param, params[param])
6262

6363
# simulate training
64-
offset = random.uniform(0.0.2, 0.1)
64+
offset = random.uniform(0.2, 0.1)
6565
for epoch in range(1, params["epochs"]):
6666
fuzz = random.uniform(0.01, 0.1)
6767
accuracy = 1 - (2 ** - epoch) - fuzz - offset

0 commit comments

Comments
 (0)