-
Notifications
You must be signed in to change notification settings - Fork 289
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
Bug fixes #249
Merged
ravinkohli
merged 27 commits into
refactor_development_regularization_cocktails
from
cocktail_fixes
Oct 21, 2021
Merged
Bug fixes #249
Changes from 21 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
a7a94e8
Update implementation
ArlindKadra 3b7f559
Coding style fixes
ArlindKadra 11e7021
Implementation update
ArlindKadra 375c055
Style fix
ArlindKadra 3413bc3
Turn weighted loss into a constant again, implementation update
ArlindKadra d37d4a5
Cocktail branch inconsistencies (#275)
ravinkohli 23466f0
Cocktail fixes time debug (#286)
ravinkohli 00f80cb
Addressing Shuhei's comments
ArlindKadra 88e0228
flake8 problems fix
ArlindKadra 3b6ec03
Update autoPyTorch/api/base_task.py
ArlindKadra a26edbe
Update autoPyTorch/api/base_task.py
ArlindKadra 73a11c9
Update autoPyTorch/data/tabular_feature_validator.py
ArlindKadra 37e3537
Update autoPyTorch/pipeline/components/setup/network_backbone/utils.py
ArlindKadra dc5e8a2
Update autoPyTorch/data/tabular_feature_validator.py
ArlindKadra 48b16a3
Update autoPyTorch/utils/implementations.py
ArlindKadra dab2f76
Allow the number of threads to be given by the user
ArlindKadra 6f0aecb
Removing unnecessary argument and refactoring the attribute.
ArlindKadra 84d7406
Addressing Ravin's comments
ArlindKadra 9f8ebb5
Update autoPyTorch/pipeline/components/setup/network_backbone/utils.py
ArlindKadra 1488978
Update autoPyTorch/pipeline/components/setup/network_backbone/utils.py
ArlindKadra a044a19
Merge branch 'refactor_development_regularization_cocktails' into coc…
ravinkohli 6c8a55b
add todo for backend and accept changes from shuhei
ravinkohli e9dfea9
Addressing Shuhei's and Ravin's comments
ArlindKadra 88893a9
Addressing Shuhei's and Ravin's comments, bug fix
ArlindKadra da6e47c
Update autoPyTorch/pipeline/components/setup/network_backbone/ResNetB…
ArlindKadra 2740052
Update autoPyTorch/pipeline/components/setup/network_backbone/ResNetB…
ArlindKadra e597951
bug fix
ArlindKadra 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
n_threads
for the compatibility?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, done.