This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
!16094
modify learning rate for textcnn with datasets sst2 and subj
From:
@zhouneng2
Reviewed-by: @c_34,@liangchenghui Signed-off-by:
@c_34
pull/16094/MERGE
mindspore-ci-bot
Gitee
4 years ago
parent
b510dbd74a
4bd348b2ab
commit
6f36f4a43b
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
model_zoo/official/nlp/textcnn/sst2_config.yaml
+1
-1
model_zoo/official/nlp/textcnn/subj_config.yaml
+ 1
- 1
model_zoo/official/nlp/textcnn/sst2_config.yaml
View File
@@ -24,7 +24,7 @@ checkpoint_path: './checkpoint/'
checkpoint_file_path: 'train_textcnn-4_149.ckpt'
word_len: 51
vec_length: 40
base_lr:
1
e-3
base_lr:
5
e-3
# Export options
device_id: 0
+ 1
- 1
model_zoo/official/nlp/textcnn/subj_config.yaml
View File
@@ -24,7 +24,7 @@ checkpoint_path: './checkpoint/'
checkpoint_file_path: 'train_textcnn-4_149.ckpt'
word_len: 51
vec_length: 40
base_lr:
1e-3
base_lr:
8e-4
# Export options
device_id: 0
Write
Preview
Loading…
Cancel
Save