Skip to content

Commit

Permalink
upgrade README
Browse files Browse the repository at this point in the history
  • Loading branch information
linjing-lab committed Oct 28, 2023
1 parent 2776c82 commit 4f2208c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion released_box/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ train_val:
- tolerance: *float=1e-3*, define tolerance used to set inner break sensitivity. (1e-9, 1.0).
- patience: *int=10*, define value coordinate with tolerance to expand detect length. [10, 100].
- backend: *str='threading'*, configure accelerate backend used in inner process. 'threading', 'multiprocessing', 'loky'.
- n_jobs: *int=-1*, define numbers of jobs with manually set by users need. -1 or any int value > 0.
- n_jobs: *int=-1*, define numbers of jobs with manually set by users need. -1 or any int value > 0. (if n_jobs=1, parallel processing will be turn off to save cuda memory.)
- early_stop: *bool=False*, define whether to enable early_stop process. False or True.

test:
Expand Down

0 comments on commit 4f2208c

Please sign in to comment.