-
Notifications
You must be signed in to change notification settings - Fork 24
Restructured config #243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
vfdev-5
merged 12 commits into
pytorch-ignite:main
from
theory-in-progress:config-restructure
Jun 20, 2023
Merged
Restructured config #243
Changes from 3 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
fa56b67
Restructured config
theory-in-progress f12634e
Fix main.py
theory-in-progress 91bb7ff
MOdified tests according to new config restructuring
theory-in-progress 8f3978b
Updating remaining templates with restructured config
theory-in-progress 4b4d118
Update according to original config args
theory-in-progress 0214a08
Configs for all the templates
theory-in-progress 9205719
Modified tests according to new config structure
theory-in-progress eaf86b2
Fix typo
theory-in-progress f3ef211
Correct backend argument to be passed in command line
theory-in-progress 3470921
Pass backend argument as a command line argument
theory-in-progress 0dd2b4b
Modifying the config structure in template-common
theory-in-progress ae15aa9
Merge branch 'main' into config-restructure
vfdev-5 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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,15 @@ | ||
seed: 666 | ||
data_path: ~/data | ||
train_batch_size: 2 | ||
eval_batch_size: 2 | ||
num_workers: 2 | ||
max_epochs: 2 | ||
train_epoch_length: 2 | ||
eval_epoch_length: 2 | ||
lr: 0.007 | ||
use_amp: false | ||
debug: false | ||
accumulation_steps: 4 | ||
num_classes: 21 | ||
output_dir: ./logs | ||
log_every_iters: 2 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.