From 135e74eb317e1abe7ce78a5afccb40e8fa3d3917 Mon Sep 17 00:00:00 2001 From: ZeYi Lin <58305964+xiaolin199912@users.noreply.github.com> Date: Sat, 23 Dec 2023 00:21:56 +0800 Subject: [PATCH] Feat/readme (#69) --- README.md | 1 + README_zh-hans.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index a581565c..489549b1 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 5aa1befd..e2ea83bc 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(