We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c650ef commit 6255655Copy full SHA for 6255655
README.md
@@ -61,7 +61,7 @@ with Live() as live:
61
live.log_param(param, params[param])
62
63
# simulate training
64
- offset = random.uniform(0.0.2, 0.1)
+ offset = random.uniform(0.2, 0.1)
65
for epoch in range(1, params["epochs"]):
66
fuzz = random.uniform(0.01, 0.1)
67
accuracy = 1 - (2 ** - epoch) - fuzz - offset
0 commit comments