diff --git a/README.md b/README.md index a581565cd..489549b15 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ import random lr = 0.01 epochs = 20 +offset = random.random() / 5 # Initialize the experiment and record configuration information swanlab.init( diff --git a/README_zh-hans.md b/README_zh-hans.md index 5aa1befd1..e2ea83bc4 100644 --- a/README_zh-hans.md +++ b/README_zh-hans.md @@ -51,6 +51,7 @@ import random lr = 0.01 epochs = 20 +offset = random.random() / 5 # Initialize the experiment and record configuration information swanlab.init(