-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add example output from the config_config tool
It is *highly recommended* that you run `config_config` yourself, rather than editing configs by hand based on these examples. The example output is included merely so that you can check whether you get the expected result.
- Loading branch information
Showing
6 changed files
with
3,140 additions
and
1 deletion.
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
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# mammoth_config_config example output | ||
|
||
This directory contains example output of running mammoth_config_config on the template files in the examples directory. | ||
|
||
It is *highly recommended* that you run `config_config` yourself, rather than editing configs by hand based on these examples. | ||
The example output is included merely so that you can check whether you get the expected result. | ||
|
||
The configs have been created for a single node with a single gpu. | ||
|
||
Note that for `config_config.yaml` the line counts (weighting) and presence of corpus files (which tasks to create) is based on dummy data, not any real corpus. | ||
|
||
```bash | ||
mammoth_config_config \ | ||
config_all \ | ||
--in_config examples/config_config.template.yaml \ | ||
--out_config config_config.yaml \ | ||
--n_nodes 1 \ | ||
--n_gpus_per_node 1 | ||
``` | ||
|
Oops, something went wrong.