Skip to content

Commit 560dec6

Browse files
ProgramadorArtificialmanujosephvpre-commit-ci[bot]Borda
authored
Feature/tuner multiple model (#461)
* special processing for batch_size in tuning * Remove trainer_config from tuner tests * Update tuner example without traning_config * Remove trainer_config from tuner * Add Pycharm folder * Implement tuner multiple models * Add tutorial tuner multiple models * Remove old code * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix typing * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix numpy incompatibility * Fix licence * Fix licence checks --------- Co-authored-by: Manu Joseph <manujosephv@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
1 parent 25691f5 commit 560dec6

File tree

4 files changed

+3432
-130
lines changed

4 files changed

+3432
-130
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,6 @@ test.py
159159
lightning_logs/
160160
docs/tutorials/examples/basic/
161161
docs/tutorials/pytorch-tabular-covertype/
162+
163+
# Pycharm
164+
.idea/

0 commit comments

Comments
 (0)