Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sierkinhane committed Jun 22, 2020
1 parent 0854e87 commit 352bc7d
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 45 deletions.
84 changes: 41 additions & 43 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/config/360CC_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ TRAIN:

TEST:
BATCH_SIZE_PER_GPU: 16
SHUFFLE: True
SHUFFLE: True # for random test rather than test on the whole validation set
NUM_TEST: 1000
NUM_TEST_DISP: 10

MODEL:
NAME: 'crnn'
IMAGE_SIZE:
OW: 280. # origial width: 280
OW: 280 # origial width: 280
H: 32
W: 160 # resized width: 160
NUM_CLASSES: 0
Expand Down

0 comments on commit 352bc7d

Please sign in to comment.