- Notifications
You must be signed in to change notification settings - Fork 24
Added Python-Fire as Default Argument Parser #279
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
Closed
Closed
Changes from 14 commits
Commits
Show all changes
89 commits Select commit Hold shift + click to select a range
de9ff13 Added pythion-fire as default argument parser
guptaaryan16 4067218 Added Python-Fire as Default Argument Parser
guptaaryan16 cdf63cd Merge branch 'python-fire' of https://github.com/guptaaryan16/code-ge…
guptaaryan16 8c00268 Add fire to requirements.txt
guptaaryan16 6d18005 Fix tests
guptaaryan16 38b54be Added fire as a requirement in templates
guptaaryan16 8a7da4d Add fire as requirement in CI
guptaaryan16 884f329 Changed error for output dir
guptaaryan16 4a06b83 fix setup_loggings function in utils.py
guptaaryan16 d0c1595 Changed some file
guptaaryan16 066bc3b Change settings for config.output_dir
guptaaryan16 8f8093a Adding option for Different ArgumentParsers and Reverting tests fixes
guptaaryan16 d663808 Introducing UI features for selecting ArgParsers in templates
guptaaryan16 69f26bc Format files and fix bugs for python-fire
guptaaryan16 182e0d6 Updated the 'python-fire' to fire
guptaaryan16 afded70 Added changes to the main file
guptaaryan16 6b7162b changed the fmt
guptaaryan16 465e08d Update ci.yml
guptaaryan16 bff5afd Made some formatting changes and added necessary import conditions
guptaaryan16 4fad607 Update ci.yml
guptaaryan16 7dcd79f Made the change for if condition in python-fire
guptaaryan16 bceeff3 Made some formatting changes and added the shutil option
guptaaryan16 8030856 Made changes to imports according to python-fire
guptaaryan16 ee89b15 Added a change in the configuration
guptaaryan16 03b4736 Update ci.yml
guptaaryan16 0c777d0 Fix CI
guptaaryan16 778fcb0 Merge branch 'test_python_fire' of https://github.com/guptaaryan16/co…
guptaaryan16 ac071a2 Some formatting for dist_lint
guptaaryan16 a22d8c9 Fix tests for CI
guptaaryan16 19132b7 Update ci.yml
guptaaryan16 4cb90e6 Merge branch 'python-fire' of https://github.com/guptaaryan16/code-ge…
guptaaryan16 ba86a8f Try to edit formatting for the PR
guptaaryan16 8ff8357 Merge branch 'pytorch-ignite:main' into python-fire
guptaaryan16 156ab1b Merge branch 'python-fire' of https://github.com/guptaaryan16/code-ge…
guptaaryan16 916ff6f Fix brackets in config.output_dir/config-lock.yaml
guptaaryan16 e72e9b9 Changed `pnpm run test` script and CI to add option for text based ma…
guptaaryan16 7ceb6a1 Add test files for python-fire based arguments
guptaaryan16 5d198e9 Added script and CI workflow for Python fire
guptaaryan16 a97ef74 fix fmt
guptaaryan16 c73c817 Made some refactoring of tests and add argparser keyword in normal te…
guptaaryan16 168951e fix port in templates
guptaaryan16 36ac5f0 fix bugs in ci.yaml and utils.yaml
guptaaryan16 e5f82b3 fix `pnpm run dist_lint` for argparse and python-fire
guptaaryan16 cd4a310 bug fixes
guptaaryan16 fdbbd93 try to fix ci.yaml
guptaaryan16 4b572d4 fix tests for argparser
guptaaryan16 45028d5 fix bugs
guptaaryan16 07d5dd7 fix ci pnpm dist_lint and few bugs
guptaaryan16 d797f79 made some changes
guptaaryan16 c1936fe Fix bugs and parametrize tests
guptaaryan16 e7191d2 fix utils.py for argparse
guptaaryan16 aadcdd3 fix bugs
guptaaryan16 ae02110 Made changes for spawn in templates accorging to https://pytorch-igni…
guptaaryan16 981bb25 added bug fixes and removed DotDict for easydict
guptaaryan16 0193479 fmt fix
guptaaryan16 b664423 Revert "fmt fix"
guptaaryan16 d7b5655 Added DictConfig(OmegaConfig) as a substitute to easydict
guptaaryan16 f582019 lint fix
guptaaryan16 374befe add omegaconf to requirements.txt in CI
guptaaryan16 e189d65 Merge branch 'main' into python-fire
vfdev-5 0f43798 Removed unzip_all function from run_tests_fire.sh
guptaaryan16 c291955 Added None check in python-fire config storage and docs link in the R…
guptaaryan16 034fcf6 Merge branch 'python-fire' of https://github.com/guptaaryan16/code-ge…
guptaaryan16 4a30ad6 Update src/templates/template-text-classification/main.py
guptaaryan16 1f6a93e fmt fix and "value is not None" fix for main.py files in templates
guptaaryan16 8df0609 Changed the config copy logic in templates
guptaaryan16 5927270 Fix fmt dist_lint issues
guptaaryan16 2ed5929 Bug fixes
guptaaryan16 0386877 fmt fix
guptaaryan16 507995c Fix bugs
guptaaryan16 6137c01 fmt fix
guptaaryan16 0497bd8 Made necessary changes
guptaaryan16 dfb64d6 removed unncessary code in store config-lock.yaml
guptaaryan16 97c1151 Make omegaconfig default requirement in all templates
guptaaryan16 dc4e5b0 Revert the TrainingTab.vue change from 'Configuration Options' to 'Tr…
guptaaryan16 5083908 add 'setup_config_saving' in utils.py
guptaaryan16 568f42a fix bug in setup_config_saving
guptaaryan16 548b3d2 bugs fix in templates
guptaaryan16 f88980f Merge branch 'main' of https://github.com/guptaaryan16/code-generator…
guptaaryan16 1d71dff fix default argparser import
guptaaryan16 7f99957 fix bugs in templates
guptaaryan16 47edf95 Merge branch 'main' of https://github.com/guptaaryan16/code-generator…
guptaaryan16 72add75 fix `from argparse import ArgumentParser
guptaaryan16 fc311d7 Add docs and links to argument parsers in TabTraining.vue
guptaaryan16 5e4ebc6 changed description of TrainingTab.vue Training options
guptaaryan16 6bd1841 Changed save_config API for utils.py
guptaaryan16 4822e98 fmt fix
guptaaryan16 0f96ca5 Revert str method use in 'setup_output_dir' in utils.py
guptaaryan16 d324180 Update utils.py
guptaaryan16 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| | @@ -8,3 +8,4 @@ pytest | |
| transformers | ||
| datasets | ||
| tensorboard | ||
| fire | ||
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
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
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
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
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.