mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-24 02:03:01 +00:00
dlr: fix (another) crash
This commit is contained in:
parent
7be2222207
commit
090ab78457
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ if not PREDICT_AS_ONE:
|
|||
do_remove_isolated_pixels=REMOVE_ISOLATED_PIXELS,
|
||||
parallel_reads_multiplier=PARALLEL_READS,
|
||||
percentage_validate=SPLIT_VALIDATE,
|
||||
percentage_test=SPLIT_TESTs
|
||||
percentage_test=SPLIT_TEST
|
||||
)
|
||||
|
||||
logger.info("Train Dataset:", dataset_train)
|
||||
|
|
Loading…
Reference in a new issue