From 240c2a5266ea95eec31c7fc409951613a30f548b Mon Sep 17 00:00:00 2001 From: otavioon Date: Thu, 27 Jun 2024 15:07:08 +0000 Subject: [PATCH] deploy: 096b9fc114db22a487058b4a1418625cd68371b3 --- _sources/tutorials.rst.txt | 3 ++- experiments.html | 4 ++-- index.html | 1 + notebooks/01_structuring_input.html | 1 + notebooks/02_training_model.html | 1 + notebooks/03_training_ssl_model.html | 1 + notebooks/04_using_experiments.html | 5 ++-- notebooks/05_covid_anomaly_detection.html | 28 +++++++++++++++++++---- searchindex.js | 2 +- tutorials.html | 5 ++++ 10 files changed, 41 insertions(+), 10 deletions(-) diff --git a/_sources/tutorials.rst.txt b/_sources/tutorials.rst.txt index 2e861ae..e4a97a6 100644 --- a/_sources/tutorials.rst.txt +++ b/_sources/tutorials.rst.txt @@ -10,4 +10,5 @@ Tutorials notebooks/01_structuring_input.ipynb notebooks/02_training_model.ipynb notebooks/03_training_ssl_model.ipynb - notebooks/04_using_experiments.ipynb \ No newline at end of file + notebooks/04_using_experiments.ipynb + notebooks/05_covid_anomaly_detection.ipynb \ No newline at end of file diff --git a/experiments.html b/experiments.html index 1c6bc20..16a1df2 100644 --- a/experiments.html +++ b/experiments.html @@ -24,7 +24,7 @@ - + @@ -88,7 +88,7 @@

Running Experiments - + diff --git a/index.html b/index.html index 5a5d3ef..f8e8a66 100644 --- a/index.html +++ b/index.html @@ -91,6 +91,7 @@

Welcome to SSLTools’s documentation!2. Training a Pytorch Lighning model
  • 3. Training a self-supervised model: Contrastive Predictive Coding (CPC)
  • 4. Using Experiments
  • +
  • 5. Training an Anomaly Detection Model for Covid Anomaly Detection
  • Running Experiments
  • diff --git a/notebooks/01_structuring_input.html b/notebooks/01_structuring_input.html index 78a743b..b690de4 100644 --- a/notebooks/01_structuring_input.html +++ b/notebooks/01_structuring_input.html @@ -67,6 +67,7 @@
  • 2. Training a Pytorch Lighning model
  • 3. Training a self-supervised model: Contrastive Predictive Coding (CPC)
  • 4. Using Experiments
  • +
  • 5. Training an Anomaly Detection Model for Covid Anomaly Detection
  • Running Experiments
  • diff --git a/notebooks/02_training_model.html b/notebooks/02_training_model.html index d1cb687..2d59846 100644 --- a/notebooks/02_training_model.html +++ b/notebooks/02_training_model.html @@ -69,6 +69,7 @@
  • 3. Training a self-supervised model: Contrastive Predictive Coding (CPC)
  • 4. Using Experiments
  • +
  • 5. Training an Anomaly Detection Model for Covid Anomaly Detection
  • Running Experiments
  • diff --git a/notebooks/03_training_ssl_model.html b/notebooks/03_training_ssl_model.html index 72b944c..fb3078b 100644 --- a/notebooks/03_training_ssl_model.html +++ b/notebooks/03_training_ssl_model.html @@ -70,6 +70,7 @@
  • 4. Using Experiments
  • +
  • 5. Training an Anomaly Detection Model for Covid Anomaly Detection
  • Running Experiments
  • diff --git a/notebooks/04_using_experiments.html b/notebooks/04_using_experiments.html index e1fb635..cb74239 100644 --- a/notebooks/04_using_experiments.html +++ b/notebooks/04_using_experiments.html @@ -26,7 +26,7 @@ - + @@ -73,6 +73,7 @@
  • Other advantages of using LightningExperiment
  • +
  • 5. Training an Anomaly Detection Model for Covid Anomaly Detection
  • Running Experiments
  • @@ -966,7 +967,7 @@

    Other advantages of using