This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
modify base learning rate to improve accuracy
pull/16094/head
zhouneng
4 years ago
parent
dbab5ceddd
commit
4bd348b2ab
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