Skip to content
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

Add a tutorial for the new Warm-start feature #1029

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Commits on Dec 19, 2022

  1. 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>
    lebrice committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    1084f01 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Ignore KB instantiation errors if mode != "x"

    Signed-off-by: Fabrice Normandin <fabrice.normandin@gmail.com>
    lebrice committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    5b9f2f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Small typing improvements to experiment_builder.py

    Signed-off-by: Fabrice Normandin <fabrice.normandin@gmail.com>
    lebrice committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    155cd13 View commit details
    Browse the repository at this point in the history
  2. Improve tests, leave xfailed test for future work

    Signed-off-by: Fabrice Normandin <fabrice.normandin@gmail.com>
    lebrice committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    687447b View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    e32f349 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Merge branch 'develop' into warm_start_example

    Signed-off-by: Fabrice Normandin <fabrice.normandin@gmail.com>
    lebrice committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    5491a06 View commit details
    Browse the repository at this point in the history