Skip to content

Commit

Permalink
update test config
Browse files Browse the repository at this point in the history
  • Loading branch information
rdk committed Jun 26, 2024
1 parent 8812ff5 commit aafe210
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions config/test-default.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ import cz.siret.prank.program.params.Params

log_to_console = false


rf_flatten = true

rf_flatten_as_legacy = true

rf_batch_prediction = true

}
6 changes: 4 additions & 2 deletions config/train-default.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,10 @@ import cz.siret.prank.program.params.Params

//===========================================================================================================//

rf_flatten = false
rf_flatten = true

rf_batch_prediction = false
rf_flatten_as_legacy = true

rf_batch_prediction = true

}

0 comments on commit aafe210

Please sign in to comment.