diff --git a/mkdocs.yml b/mkdocs.yml index b926e5c..2633b3e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -17,6 +17,8 @@ nav: - React: notebooks/tensorflow/demo_react_tf.ipynb - Gram: notebooks/tensorflow/demo_gram_tf.ipynb - GEN: notebooks/tensorflow/demo_gen_tf.ipynb + - SCALE: notebooks/tensorflow/demo_scale_tf.ipynb + - ASH: notebooks/tensorflow/demo_ash_tf.ipynb - OOD Baselines (Torch): - MLS/MSP: notebooks/torch/demo_mls_msp_torch.ipynb - ODIN: notebooks/torch/demo_odin_torch.ipynb @@ -28,6 +30,8 @@ nav: - React: notebooks/torch/demo_react_torch.ipynb - Gram: notebooks/torch/demo_gram_torch.ipynb - GEN: notebooks/torch/demo_gen_torch.ipynb + - SCALE: notebooks/torch/demo_scale_torch.ipynb + - ASH: notebooks/torch/demo_ash_torch.ipynb - Advanced Topics: - Seamlessly handling torch and tf datasets with DataHandler: pages/datahandler_tuto.md - Seamlessly handling torch and tf Tensors with Operator: pages/operator_tuto.md