This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
fastNLP
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
13
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix some bugs in docs
tags/v0.4.10
ChenXin
5 years ago
parent
1994029ab8
commit
53f744a87d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
docs/source/tutorials/tutorial_9_callback.rst
+ 1
- 1
docs/source/tutorials/tutorial_9_callback.rst
View File
@@ -23,7 +23,7 @@ Callback的构建和使用
class LRDecay(fastNLP.Callback):
def __init__(self):
super(
MyCallback
, self).__init__()
super(
LRDecay
, self).__init__()
self.base_lrs = []
self.delta = []
Write
Preview
Loading…
Cancel
Save