Skip to content

Commit

Permalink
more code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cneud committed Feb 24, 2024
1 parent 47ee128 commit 702656c
Show file tree
Hide file tree
Showing 3 changed files with 1,283 additions and 1,298 deletions.
1 change: 1 addition & 0 deletions eynollah/eynollah/train/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

6 changes: 3 additions & 3 deletions eynollah/eynollah/train/config_params.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"weighted_loss": false,
"is_loss_soft_dice": false,
"data_is_provided": false,
"dir_train": "/home/vahid/Documents/handwrittens_train/train",
"dir_eval": "/home/vahid/Documents/handwrittens_train/eval",
"dir_output": "/home/vahid/Documents/handwrittens_train/output"
"dir_train": "/path/to/training/files/train",
"dir_eval": "/path/to/training/files/eval",
"dir_output": "/path/to/training/files/output"
}
Loading

0 comments on commit 702656c

Please sign in to comment.