-
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
Bug fixes #249
Commits on Jun 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a7a94e8 - Browse repository at this point
Copy the full SHA a7a94e8View commit details
Commits on Jun 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3b7f559 - Browse repository at this point
Copy the full SHA 3b7f559View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11e7021 - Browse repository at this point
Copy the full SHA 11e7021View commit details -
Configuration menu - View commit details
-
Copy full SHA for 375c055 - Browse repository at this point
Copy the full SHA 375c055View commit details
Commits on Jun 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3413bc3 - Browse repository at this point
Copy the full SHA 3413bc3View commit details
Commits on Jul 21, 2021
-
Cocktail branch inconsistencies (#275)
* To nemo * Revert change in T_curr as results conclusively prove it should be 0 * Revert cutmix change after data from run * Final conclusion after results * FIX bug in shake alpha beta * Updated if is_training condition for shake drop * Remove temp fix in row cutmic
Configuration menu - View commit details
-
Copy full SHA for d37d4a5 - Browse repository at this point
Copy the full SHA d37d4a5View commit details
Commits on Oct 20, 2021
-
Cocktail fixes time debug (#286)
* preprocess inside data validator * add time debug statements * Add fixes for categorical data * add fit_ensemble * add arlind fix for swa and se * fix bug in trainer choice fit * fix ensemble bug * Correct bug in cleanup * Cleanup for removing time debug statements * ablation for adversarial * shuffle false in dataloader * drop last false in dataloader * fix bug for validation set, and cutout and cutmix * shuffle = False * Shake Shake updates (#287) * To test locally * fix bug in trainer choice fit * fix ensemble bug * Correct bug in cleanup * To test locally * Cleanup for removing time debug statements * ablation for adversarial * shuffle false in dataloader * drop last false in dataloader * fix bug for validation set, and cutout and cutmix * To test locally * shuffle = False * To test locally * updates to search space * updates to search space * update branch with search space * undo search space update * fix bug in shake shake flag * limit to shake-even * restrict to even even * Add even even and others for shake-drop also * fix bug in passing alpha beta method * restrict to only even even * fix silly bug: * remove imputer and ordinal encoder for categorical transformer in feature validator * Address comments from shuhei * fix issues with ensemble fitting post hoc * Address comments on the PR * Fix flake and mypy errors * Address comments from PR #286 * fix bug in embedding * Update autoPyTorch/api/tabular_classification.py Co-authored-by: nabenabe0928 <[email protected]> * Update autoPyTorch/datasets/base_dataset.py Co-authored-by: nabenabe0928 <[email protected]> * Update autoPyTorch/datasets/base_dataset.py Co-authored-by: nabenabe0928 <[email protected]> * Update autoPyTorch/pipeline/components/training/trainer/base_trainer.py Co-authored-by: nabenabe0928 <[email protected]> * Address comments from shuhei * adress comments from shuhei * fix flake and mypy * Update autoPyTorch/pipeline/components/training/trainer/RowCutMixTrainer.py Co-authored-by: nabenabe0928 <[email protected]> * Update autoPyTorch/pipeline/tabular_classification.py Co-authored-by: nabenabe0928 <[email protected]> * Update autoPyTorch/pipeline/components/setup/network_backbone/utils.py Co-authored-by: nabenabe0928 <[email protected]> * Update autoPyTorch/pipeline/components/setup/network_backbone/utils.py Co-authored-by: nabenabe0928 <[email protected]> * Update autoPyTorch/pipeline/components/setup/network_backbone/utils.py Co-authored-by: nabenabe0928 <[email protected]> * Apply suggestions from code review Co-authored-by: nabenabe0928 <[email protected]> * increase threads_per_worker * fix bug in rowcutmix * Enhancement for the tabular validator. (#291) * Initial try at an enhancement for the tabular validator * Adding a few type annotations * Fixing bugs in implementation * Adding wrongly deleted code part during rebase * Fix bug in _get_args * Fix bug in _get_args * Addressing Shuhei's comments * Address Shuhei's comments * Refactoring code * Refactoring code * Typos fix and additional comments * Replace nan in categoricals with simple imputer * Remove unused function * add comment * Update autoPyTorch/data/tabular_feature_validator.py Co-authored-by: nabenabe0928 <[email protected]> * Update autoPyTorch/data/tabular_feature_validator.py Co-authored-by: nabenabe0928 <[email protected]> * Adding unit test for only nall columns in the tabular feature categorical evaluator * fix bug in remove all nan columns * Bug fix for making tests run by arlind * fix flake errors in feature validator * made typing code uniform * Apply suggestions from code review Co-authored-by: nabenabe0928 <[email protected]> * address comments from shuhei * address comments from shuhei (2) Co-authored-by: Ravin Kohli <[email protected]> Co-authored-by: Ravin Kohli <[email protected]> Co-authored-by: nabenabe0928 <[email protected]> * Apply suggestions from code review Co-authored-by: nabenabe0928 <[email protected]> * resolve code issues with new versions * Address comments from shuhei * make run_traditional_ml function * implement suggestion from shuhei and fix bug in rowcutmixtrainer * fix return type docstring * add better documentation and fix bug in shake_drop_get_bl * Apply suggestions from code review Co-authored-by: nabenabe0928 <[email protected]> * add test for comparator and other improvements based on PR comments * fix bug in test * [fix] Fix the condition in the raising error of all_nan_columns * [refactor] Unite name conventions of numpy array and pandas dataframe * [doc] Add the description about the tabular feature transformation * [doc] Add the description of the tabular feature transformation * address comments from arlind * address comments from arlind * change to as_tensor and address comments from arlind * correct description for functions in data module Co-authored-by: nabenabe0928 <[email protected]> Co-authored-by: Arlind Kadra <[email protected]> Co-authored-by: nabenabe0928 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 23466f0 - Browse repository at this point
Copy the full SHA 23466f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00f80cb - Browse repository at this point
Copy the full SHA 00f80cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88e0228 - Browse repository at this point
Copy the full SHA 88e0228View commit details
Commits on Oct 21, 2021
-
Update autoPyTorch/api/base_task.py
Add indent. Co-authored-by: Ravin Kohli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3b6ec03 - Browse repository at this point
Copy the full SHA 3b6ec03View commit details -
Update autoPyTorch/api/base_task.py
Add indent. Co-authored-by: Ravin Kohli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a26edbe - Browse repository at this point
Copy the full SHA a26edbeView commit details -
Update autoPyTorch/data/tabular_feature_validator.py
Add indentation. Co-authored-by: Ravin Kohli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 73a11c9 - Browse repository at this point
Copy the full SHA 73a11c9View commit details -
Update autoPyTorch/pipeline/components/setup/network_backbone/utils.py
Add line indentation. Co-authored-by: Ravin Kohli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 37e3537 - Browse repository at this point
Copy the full SHA 37e3537View commit details -
Update autoPyTorch/data/tabular_feature_validator.py
Validate if there is a column transformer since for sparse matrices we will not have one. Co-authored-by: Ravin Kohli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc5e8a2 - Browse repository at this point
Copy the full SHA dc5e8a2View commit details -
Update autoPyTorch/utils/implementations.py
Delete uncommented line. Co-authored-by: Ravin Kohli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 48b16a3 - Browse repository at this point
Copy the full SHA 48b16a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for dab2f76 - Browse repository at this point
Copy the full SHA dab2f76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f0aecb - Browse repository at this point
Copy the full SHA 6f0aecbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84d7406 - Browse repository at this point
Copy the full SHA 84d7406View commit details -
Update autoPyTorch/pipeline/components/setup/network_backbone/utils.py
Updating the function documentation according to the agreed style. Co-authored-by: Ravin Kohli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f8ebb5 - Browse repository at this point
Copy the full SHA 9f8ebb5View commit details -
Update autoPyTorch/pipeline/components/setup/network_backbone/utils.py
Providing information on the wrong method provided for shake-shake regularization. Co-authored-by: nabenabe0928 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1488978 - Browse repository at this point
Copy the full SHA 1488978View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for a044a19 - Browse repository at this point
Copy the full SHA a044a19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c8a55b - Browse repository at this point
Copy the full SHA 6c8a55bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9dfea9 - Browse repository at this point
Copy the full SHA e9dfea9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88893a9 - Browse repository at this point
Copy the full SHA 88893a9View commit details -
Update autoPyTorch/pipeline/components/setup/network_backbone/ResNetB…
…ackbone.py Improving code readibility. Co-authored-by: nabenabe0928 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da6e47c - Browse repository at this point
Copy the full SHA da6e47cView commit details -
Update autoPyTorch/pipeline/components/setup/network_backbone/ResNetB…
…ackbone.py Improving consistency. Co-authored-by: nabenabe0928 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2740052 - Browse repository at this point
Copy the full SHA 2740052View commit details -
Configuration menu - View commit details
-
Copy full SHA for e597951 - Browse repository at this point
Copy the full SHA e597951View commit details