This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
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
Merge pull request
#20
from choosewhatulike/fix_optim
fix optimizer
tags/v0.4.10
Yunfan Shao
GitHub
6 years ago
parent
8f2d5f7170
215a67e7af
commit
defdfaadd2
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
fastNLP/action/optimizer.py
+ 5
- 0
fastNLP/action/optimizer.py
View File
@@ -0,0 +1,5 @@
'''
use optimizer from Pytorch
'''
from torch.optim import *
Write
Preview
Loading…
Cancel
Save