Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cctrotte authored Jan 18, 2024
1 parent 8b668e8 commit e821f31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ The model implementation builds upon the
Please be mindful to adapt the paths to save, load data, models, figures etc. to match your environment (`path_to_project` variable at the beginning of the scripts/notebooks)
1. `pip install -r requirements.txt`
2. `python3 fake_data/generate_fake_data.py` to generate fake data (then stored in fake_data/raw)
3. `python3 benchmarkVAE/src/pythae/ssc/create_cv.py` to create the cohorts and objects (takes some time depending on the size of the data)
3. `python3 benchmark_VAE/src/pythae/ssc/create_cv.py` to create the cohorts and objects (takes some time depending on the size of the data)

After succesful completion of these three steps, you can run the notebooks in **demo_notebooks/**.
After successful completion of these three steps, you can run the notebooks in **demo_notebooks/**.


### Notebooks description
Expand Down

0 comments on commit e821f31

Please sign in to comment.