From ba37310beffbbaf57a2a4b93101932beaede56ae Mon Sep 17 00:00:00 2001 From: Shrihan Agarwal <69968384+ShrihanSolo@users.noreply.github.com> Date: Wed, 4 Sep 2024 01:36:13 +0530 Subject: [PATCH] reademe v10 --- .github/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/README.md b/.github/README.md index 4960c23..9eb3b10 100644 --- a/.github/README.md +++ b/.github/README.md @@ -118,7 +118,8 @@ AdaptiveMVEforLensModeling/ * Adjust filepaths to the dataset if necessary. * Activate the `neural` conda environment. * Run training by running the notebook. - + * New runs by a user will be stored in the adjacent `models/` directories. + * __MVE-UDA__ * Follows an identical procedure to above, in `src/training/MVEUDA/`. @@ -127,7 +128,7 @@ AdaptiveMVEforLensModeling/ * To generate the results in the paper use the notebook `src/training/MVEUDA/ModelVizPaper.ipynb`. * Final figures from this notebook are stored in `src/training/MVEUDA/figures/`. * Saved PyTorch models of the runs are provided in `src/training/MVE*/paper_models/`. - * New runs by a user will be stored in the adjacent `models/` directories. +