Add a tutorial for the new Warm-start feature#1029
Open
lebrice wants to merge 6 commits intoEpistimio:developfrom
Open
Add a tutorial for the new Warm-start feature#1029lebrice wants to merge 6 commits intoEpistimio:developfrom
lebrice wants to merge 6 commits intoEpistimio:developfrom
Conversation
ec69241 to
cec5d5a
Compare
8c46f4b to
403c191
Compare
bouthilx
reviewed
Dec 14, 2022
bouthilx
reviewed
Dec 14, 2022
bouthilx
reviewed
Dec 14, 2022
| storage=current_experiment_storage, | ||
| executor=SingleExecutor(), | ||
| max_trials=current_experiment_n_runs, | ||
| # NOTE: This n_initial_points is changed slightly, since it also counts the trials from |
Member
There was a problem hiding this comment.
It's interesting to make this fair comparison. In practice however would not need to force random points first at the previous results already provide a good basis to start bayesian optimization.
Collaborator
Author
There was a problem hiding this comment.
Ok, should I keep this then? or not?
Signed-off-by: Fabrice Normandin <fabrice.normandin@gmail.com> Use more samples for training of Profet model Signed-off-by: Fabrice Normandin <fabrice.normandin@gmail.com> Warm-start example is a bit better Signed-off-by: Fabrice Normandin <fabrice.normandin@gmail.com> Add more comments in the notebook Signed-off-by: Fabrice Normandin <fabrice.normandin@gmail.com> Use Pytorch mnist/fashionmnist instead, bad Signed-off-by: Fabrice Normandin <fabrice.normandin@gmail.com> [dirty] Trying to find good settings Signed-off-by: Fabrice Normandin <fabrice.normandin@gmail.com> Update example a bit, seems to work much better! Signed-off-by: Fabrice Normandin <fabrice.normandin@gmail.com> Try to make the plot appear Signed-off-by: Fabrice Normandin <fabrice.normandin@gmail.com> Add the pickleddb files for the databases Signed-off-by: Fabrice Normandin <fabrice.normandin@gmail.com> Rename things, image still does show :( Signed-off-by: Fabrice Normandin <fabrice.normandin@gmail.com> Add a thumbnail (image shows up now!) Signed-off-by: Fabrice Normandin <fabrice.normandin@gmail.com> Removed the torch multiprocessing context setting Signed-off-by: Fabrice Normandin <fabrice.normandin@gmail.com> Make path relative so CI will work too Signed-off-by: Fabrice Normandin <fabrice.normandin@gmail.com> Add tutorial to index, add text to describe plot Signed-off-by: Fabrice Normandin <fabrice.normandin@gmail.com> Move databases to avoid any possible abs paths Signed-off-by: Fabrice Normandin <fabrice.normandin@gmail.com> Attempt to fix KnowledgeBase config merge issue Signed-off-by: Fabrice Normandin <fabrice.normandin@gmail.com> Update the pickle files for the example Signed-off-by: Fabrice Normandin <fabrice.normandin@gmail.com> Seed all the randomness, update pickles Signed-off-by: Fabrice Normandin <fabrice.normandin@gmail.com> Fix issue with portability of PickledDB objects Signed-off-by: Fabrice Normandin <fabrice.normandin@gmail.com> Update the pickleddb files for the example Signed-off-by: Fabrice Normandin <fabrice.normandin@gmail.com>
44d1eb3 to
1084f01
Compare
Signed-off-by: Fabrice Normandin <fabrice.normandin@gmail.com>
Signed-off-by: Fabrice Normandin <fabrice.normandin@gmail.com>
Signed-off-by: Fabrice Normandin <fabrice.normandin@gmail.com>
Signed-off-by: Fabrice Normandin <fabrice.normandin@gmail.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Adds an example of how to use the new warm-start feature.
Currently uses the Profet tasks, which require quite a bit of compute to run the first time (GPUS also help, but aren't required).
TODOS:
Current results:
