Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DDRNet-pytorch
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nimra Jabeen
DDRNet-pytorch
Commits
ff8d5713
Commit
ff8d5713
authored
5 years ago
by
hsfzxjy
Browse files
Options
Downloads
Patches
Plain Diff
OCR on train+val
parent
e825d842
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
experiments/cityscapes/seg_hrnet_ocr_w48_trainval_512x1024_sgd_lr1e-2_wd5e-4_bs_12_epoch484.yaml
+103
-0
103 additions, 0 deletions
...8_trainval_512x1024_sgd_lr1e-2_wd5e-4_bs_12_epoch484.yaml
with
103 additions
and
0 deletions
experiments/cityscapes/seg_hrnet_ocr_w48_trainval_512x1024_sgd_lr1e-2_wd5e-4_bs_12_epoch484.yaml
0 → 100644
+
103
−
0
View file @
ff8d5713
CUDNN
:
BENCHMARK
:
true
DETERMINISTIC
:
false
ENABLED
:
true
GPUS
:
(0,1,2,3)
OUTPUT_DIR
:
'
output'
LOG_DIR
:
'
log'
WORKERS
:
4
PRINT_FREQ
:
10
DATASET
:
DATASET
:
cityscapes
ROOT
:
data/
TEST_SET
:
'
list/cityscapes/val.lst'
TRAIN_SET
:
'
list/cityscapes/trainval.lst'
NUM_CLASSES
:
19
MODEL
:
NAME
:
seg_hrnet_ocr
NUM_OUTPUTS
:
2
PRETRAINED
:
"
pretrained_models/hrnetv2_w48_imagenet_pretrained.pth"
EXTRA
:
FINAL_CONV_KERNEL
:
1
STAGE1
:
NUM_MODULES
:
1
NUM_RANCHES
:
1
BLOCK
:
BOTTLENECK
NUM_BLOCKS
:
-
4
NUM_CHANNELS
:
-
64
FUSE_METHOD
:
SUM
STAGE2
:
NUM_MODULES
:
1
NUM_BRANCHES
:
2
BLOCK
:
BASIC
NUM_BLOCKS
:
-
4
-
4
NUM_CHANNELS
:
-
48
-
96
FUSE_METHOD
:
SUM
STAGE3
:
NUM_MODULES
:
4
NUM_BRANCHES
:
3
BLOCK
:
BASIC
NUM_BLOCKS
:
-
4
-
4
-
4
NUM_CHANNELS
:
-
48
-
96
-
192
FUSE_METHOD
:
SUM
STAGE4
:
NUM_MODULES
:
3
NUM_BRANCHES
:
4
BLOCK
:
BASIC
NUM_BLOCKS
:
-
4
-
4
-
4
-
4
NUM_CHANNELS
:
-
48
-
96
-
192
-
384
FUSE_METHOD
:
SUM
LOSS
:
USE_OHEM
:
false
OHEMTHRES
:
0.9
OHEMKEEP
:
131072
BALANCE_WEIGHTS
:
[
0.4
,
1
]
TRAIN
:
IMAGE_SIZE
:
-
1024
-
512
BASE_SIZE
:
2048
BATCH_SIZE_PER_GPU
:
3
SHUFFLE
:
true
BEGIN_EPOCH
:
0
END_EPOCH
:
484
RESUME
:
true
OPTIMIZER
:
sgd
LR
:
0.01
WD
:
0.0005
MOMENTUM
:
0.9
NESTEROV
:
false
FLIP
:
true
MULTI_SCALE
:
true
DOWNSAMPLERATE
:
1
IGNORE_LABEL
:
255
SCALE_FACTOR
:
16
TEST
:
IMAGE_SIZE
:
-
2048
-
1024
BASE_SIZE
:
2048
BATCH_SIZE_PER_GPU
:
4
FLIP_TEST
:
false
MULTI_SCALE
:
false
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment