-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and reformat of site_example_configuration (#292)
* Update and reformat of sire_example_configuration * Config updates finalised * Comment alteration in main config * Add .DS_Store to .gitignore * Accum channel inclusion
- Loading branch information
1 parent
4d577d8
commit 430e1d7
Showing
5 changed files
with
91 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -140,3 +140,4 @@ dmypy.json | |
|
||
# Pyre type checker | ||
.pyre/ | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
_target_: pvnet.data.datamodule.DataModule | ||
configuration: null | ||
# The batch_dir is the location batches were saved to using the save_batches.py script | ||
# The batch_dir should contain train and val subdirectories with batches | ||
batch_dir: "PLACEHOLDER" | ||
|
||
# The sample_dir is the location batches were saved to using the save_batches.py script | ||
# The sample_dir should contain train and val subdirectories with batches | ||
|
||
sample_dir: "PLACEHOLDER" | ||
num_workers: 10 | ||
prefetch_factor: 2 | ||
batch_size: 8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters