forked from alibaba/FederatedScope
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
an example for config_readme (alibaba#285)
- Loading branch information
1 parent
63246f5
commit 15caa2b
Showing
1 changed file
with
9 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## Configurations | ||
We summarize all the customizable configurations here. | ||
|
||
### Data | ||
The configurations related to the data/dataset are defined in `cfg_data.py`. | ||
|
||
| Name | Type | Default Value | Choices | Description | Note | | ||
|:----:|:-----:|:-------------:|:-------:|:---------- |:---- | | ||
| data.root | string | 'data' | - | The folder where the data file located. `data.root` would be used together with `data.type` to load the dataset. | - | |