-
Notifications
You must be signed in to change notification settings - Fork 37
Multi Objective CNN benchmark - [WIP] #147
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
Merged
Changes from 14 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
f8f2702
-added mo cnn benchmarks from bag of baseline paper
ayushi-3536 d2b3762
-removing log from categorical cs
ayushi-3536 0107e43
- integrating data loaded output
ayushi-3536 d5cfa1c
integration of data manager with bench;changes in cs paramname
bf9d525
- removing unwanted logs
ayushi-3536 ba31486
Merge branch 'development' of github.com:automl/HPOBench into mo_cnn
ayushi-3536 074c43a
- added singularity config for mo cnn benches
ayushi-3536 2251c77
add \ to the end of command
ayushi-3536 ed8846a
remove redundant command
ayushi-3536 d5fed0c
cleanup
ayushi-3536 9350ca5
- rebase mo interface
ayushi-3536 f76ea99
- removing sample size fidelity
ayushi-3536 6285096
Revert "- removing sample size fidelity"
ayushi-3536 10dbfa7
- removed hard coded input size and output class to facilitate integr…
ayushi-3536 d009268
Incorporate Requests
PhMueller 23e5cfc
Make deterministic
PhMueller d85732c
Add test file
PhMueller 55684c3
Fix Test Config
PhMueller 17b48e3
- report total elapsed time in obj func as cost(as in original bench)
ayushi-3536 945e720
Update Recipe
PhMueller 0400bf2
Add init and log statement
PhMueller 86f18c0
Add __init__ files
PhMueller 30815af
Clean up
PhMueller 05cf152
Allow to evaluate the test performance on different budgets
PhMueller 5baa3b1
Enable the gpu automatically for the container.
PhMueller 396dfb4
Adapt Test
PhMueller c1ee943
Add missing signatures
PhMueller 82a842c
Return training time instead of evaluation time.
PhMueller 4b64dcb
Fix dependency version
PhMueller 74c50f5
Update CNN Mo Tests
PhMueller 47a9c64
-add conditional dependencies in search space
ayushi-3536 c7ec827
Update tests
PhMueller 6262ebc
Merge remote-tracking branch 'fork_ayushi/mo_cnn' into mo_cnn
PhMueller c5921ab
Update tests
PhMueller 65740ec
Simlify ConfigSpace. + Update Tests.
PhMueller a4ab38e
Simlify ConfigSpace. + Update Tests.
PhMueller 863ad6d
Simlify ConfigSpace. + Update Tests.
PhMueller 47b8978
Change returned Objectives
PhMueller cf7ccfa
Change returned Objectives.. again
PhMueller 761a7ee
Change inheritance in container benchmark
PhMueller 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 |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "mo_cnn": [ | ||
| "tqdm", | ||
| "torch==1.9.0", | ||
| "pandas==1.2.4" | ||
| ] | ||
| } | ||
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.
Uh oh!
There was an error while loading. Please reload this page.