Skip to content

Commit 88d22e8

Browse files
yiheng-wang-nvpre-commit-ci[bot]KumoLiu
authored
Add generative model metrics notebook (#1771)
Fixes #1770 . ### Description A few sentences describing the changes proposed in this pull request. ### Checks <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [ ] Avoid including large-size files in the PR. - [ ] Clean up long text outputs from code cells in the notebook. - [ ] For security purposes, please check the contents and remove any sensitive info such as user names and private key. - [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use relative paths for tutorial repo files (3) put figure and graphs in the `./figure` folder - [ ] Notebook runs automatically `./runner.sh -t <path to .ipynb file>` --------- Signed-off-by: Yiheng Wang <vennw@nvidia.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
1 parent 0fda631 commit 88d22e8

File tree

2 files changed

+831
-0
lines changed

2 files changed

+831
-0
lines changed

generation/realism_diversity_metrics/realism_diversity_metrics.ipynb

Lines changed: 830 additions & 0 deletions
Large diffs are not rendered by default.

runner.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ doesnt_contain_max_epochs=("${doesnt_contain_max_epochs[@]}" 04_integrating_code
7979
doesnt_contain_max_epochs=("${doesnt_contain_max_epochs[@]}" bending_energy_diffusion_loss_notes.ipynb)
8080
doesnt_contain_max_epochs=("${doesnt_contain_max_epochs[@]}" mask_augmentation_example.ipynb)
8181
doesnt_contain_max_epochs=("${doesnt_contain_max_epochs[@]}" maisi_inference_tutorial.ipynb)
82+
doesnt_contain_max_epochs=("${doesnt_contain_max_epochs[@]}" realism_diversity_metrics.ipynb)
8283

8384
# Execution of the notebook in these folders / with the filename cannot be automated
8485
skip_run_papermill=()

0 commit comments

Comments
 (0)