Skip to content

Commit

Permalink
Update config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arapat authored Jun 2, 2020
1 parent 260476b commit f4c7f7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"base_dir": "~/workspace",
"training_files": "/path/to/the/text/file/listing/the/training/files",
"validation_files": "/Users/igpp-jalafate/bathymetry-traintest-split/valid.txt",
"testing_files": "/Users/igpp-jalafate/bathymetry-traintest-split/test.txt",
"validation_files": "/path/to/the/text/file/listing/the/validation/files",
"testing_files": "/path/to/the/text/file/listing/the/test/files",
"rounds": 1000,
"early_stopping_rounds": 200,
"objective": "binary",
Expand Down

0 comments on commit f4c7f7f

Please sign in to comment.