"examples/vscode:/vscode.git/clone" did not exist on "9c790b114326829044bb6fc8ac73869151210910"
Commit d73cfc99 authored by Yizhou Wang's avatar Yizhou Wang
Browse files

Update config_rodnet_cdc_win16.py

parent 1fd8e1a1
...@@ -55,7 +55,7 @@ confmap_cfg = dict( ...@@ -55,7 +55,7 @@ confmap_cfg = dict(
) )
train_cfg = dict( train_cfg = dict(
n_epoch=10, n_epoch=100,
batch_size=4, batch_size=4,
lr=0.00001, lr=0.00001,
lr_step=5, # lr will decrease 10 times after lr_step epoches lr_step=5, # lr will decrease 10 times after lr_step epoches
...@@ -63,7 +63,7 @@ train_cfg = dict( ...@@ -63,7 +63,7 @@ train_cfg = dict(
train_step=1, train_step=1,
train_stride=4, train_stride=4,
log_step=100, log_step=100,
save_step=1000, save_step=10000,
) )
test_cfg = dict( test_cfg = dict(
test_step=1, test_step=1,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment