Skip to content

Commit 1084f01

Browse files
committed
Add a warm-start example (WIP)
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>
1 parent e9a96d5 commit 1084f01

10 files changed

Lines changed: 405 additions & 1 deletion

File tree

docs/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ plotly
99
matplotlib
1010
kaleido
1111
dask[complete]
12+
torch
13+
torchvision
14+
tqdm

docs/src/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
tutorials/cluster
3939
tutorials/pytorch_a2c_ppo
4040
tutorials/speechbrain_tutorial
41+
auto_tutorials/plot_5_warm_starting
4142

4243
.. toctree::
4344
:caption: Plugins

examples/tutorials/README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
Examples
22
--------
33

4-
bla bla bla

examples/tutorials/current_db.pkl

124 KB
Binary file not shown.

0 commit comments

Comments
 (0)