Skip to content

Commit

Permalink
Add a warm-start example (WIP)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
lebrice committed Dec 19, 2022
1 parent e9a96d5 commit 1084f01
Show file tree
Hide file tree
Showing 10 changed files with 405 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ plotly
matplotlib
kaleido
dask[complete]
torch
torchvision
tqdm
1 change: 1 addition & 0 deletions docs/src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
tutorials/cluster
tutorials/pytorch_a2c_ppo
tutorials/speechbrain_tutorial
auto_tutorials/plot_5_warm_starting

.. toctree::
:caption: Plugins
Expand Down
1 change: 0 additions & 1 deletion examples/tutorials/README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Examples
--------

bla bla bla
Binary file added examples/tutorials/current_db.pkl
Binary file not shown.
Loading

0 comments on commit 1084f01

Please sign in to comment.