Adding new models
+The model
module contains all of the architectures.
+
diff --git a/404.html b/404.html index 7af529f1..fb1e23ee 100644 --- a/404.html +++ b/404.html @@ -233,7 +233,7 @@
Note that in order to train a generator in secure mode (see the documentation for details) the PyTorch extension package csprng
must be installed separately. Currently this package's dependencies are not compatible with recent versions of PyTorch (the author's plan on rectifying this - watch this space), so you will need to install it manually, you can do this in your environment by running:
git clone git@github.com:pytorch/csprng.git
cd csprng
@@ -2404,7 +2494,7 @@ Secure Mode
git checkout release
python setup.py install
We use black
for code formatting. This is a fairly opinionated formatter, but it is widely used and has a good reputation. We also use ruff
to manage imports and lint the code. Both of these tools are run automatically via pre-commit
hooks. Ensure you have installed the package with the dev
group of dependencies and then run the following command to install the hooks:
pre-commit install
@@ -2466,7 +2556,7 @@ Configuration
Adding Tests
We use the pytest
framework for testing. The testing directory structure mirrors that of src
. The usual testing practices apply.
Releases
-Version Management
+Version management
The package's version should be updated following the semantic versioning framework. The package is currently in a pre-release state, such that major version 1.0.0 should only be tagged once the package is functionally complete and stable.
To update the package's metadata, we can use Poetry's version
command:
poetry version <version>
@@ -2480,7 +2570,7 @@ Version Management
This will create a new release on GitHub, and will automatically generate a changelog based on the commit messages and PR's closed since the last release. This changelog can then be edited to add more detail if necessary.
-Building and Publishing to PyPI
+Building and publishing to PyPI
Poetry offers not only dependency management, but also a simple way to build and distribute the package.
After tagging a release per the section above, we can build the package using Poetry's build
command:
poetry build
@@ -2491,13 +2581,13 @@ Building and Publishing to PyPI
This will prompt for PyPI credentials, and then publish the package. Note that this will only work if you have been added as a Maintainer of the package on PyPI.
It might be preferable at some point in the future to set up Trusted Publisher Management via OpenID Connect (OIDC) to allow for automated publishing of the package via a GitHub workflow. See the "Publishing" tab of NHSSynth
's project management panel on PyPI to set this up.
GitHub
-Continuous Integration
+Continuous integration
We use GitHub Actions for continuous integration. The different workflows comprising this can be found in the .github/workflows
folder. In general, the CI workflow is triggered on every push to the main
or a feature branch - as appropriate - and runs tests against all supported versions of Python. It also runs black
and ruff
to check that the code is formatted correctly, and builds the documentation site.
There are also scripts to update the dynamic badges in the README
. These work via a gist associated with the repository. It is not easy to transfer ownership of this process, so if they break please feel free to contact me.
Branching
We encourage the use of the Gitflow branching model for development. This means that the main
branch is always in a stable state, and that all development work is done on feature branches. These feature branches are then merged into main
via pull requests. The main
branch is protected, such that pull requests must be reviewed and approved before they can be merged.
At minimum, the main
branches protection should be maintained, and roughly one branch per issue should be used. Ensure that all of the CI checks pass before merging.
-Security and Vulnerability Management
+Security and vulnerability management
The GitHub repository for the package has Dependabot, code scanning, and other security features enabled. These should be monitored continuously and any issues resolved as soon as possible. When issues of this type require a specific version of a dependency to be specified (and it is one that is not already amongst the dependency groups of the package), the version should be referenced as part of the security
group of dependencies (i.e. with poetry add <package> --group security
) and a new release created (see above).
@@ -2505,7 +2595,7 @@ Security and Vulnerability Manage
Last update:
- October 18, 2023
+ November 1, 2023
@@ -2537,7 +2627,7 @@ Security and Vulnerability Manage
-
+
@@ -2547,20 +2637,20 @@ Security and Vulnerability Manage
Previous
- Secure Mode
+ VAE Model Card
-
+
Next
- cli
+ Adding New Modules
diff --git a/index.html b/index.html
index 181f5ccb..15c21346 100644
--- a/index.html
+++ b/index.html
@@ -12,7 +12,7 @@
-
+
@@ -242,7 +242,7 @@
-
+
User Guide
@@ -257,16 +257,17 @@
-
-
-
-
+
+
+
+
Development Guide
-
-
+
+
+
@@ -414,11 +415,11 @@
-
+
- Modules
+ Running an Experiment
@@ -434,11 +435,11 @@
-
+
- Model Card
+ Secure Mode
@@ -454,11 +455,11 @@
-
+
- Secure Mode
+ VAE Model Card
@@ -480,12 +481,91 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Development Guide
+ Overview
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Modules
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Models
@@ -493,6 +573,14 @@
+
+
+
+
+
+
+
+
@@ -2168,14 +2256,16 @@
NHS Synth
-Under construction, see the Code Reference or Model Card.
+This is a package for generating useful synthetic data, audited and assessed along the dimensions of utility, privacy and fairness. Currently, the main focus of the package in its beta stage is to experiment with different model architectures to find which are the most promising for real-world usage.
+See the User Guide to get started with running an experiment with the package.
+See the Development Guide and Code Reference to get started with contributing to the package.
Last update:
- October 18, 2023
+ November 1, 2023
@@ -2208,13 +2298,13 @@ NHS Synth
-
+
Next
- Modules
+ Running an Experiment
diff --git a/model_card/index.html b/model_card/index.html
index 618e0492..b0449b53 100644
--- a/model_card/index.html
+++ b/model_card/index.html
@@ -11,10 +11,10 @@
-
+
-
+
@@ -22,7 +22,7 @@
- Model Card - Generating Useful Synthetic Data
+ VAE Model Card - Generating Useful Synthetic Data
@@ -118,7 +118,7 @@
- Model Card
+ VAE Model Card
@@ -244,7 +244,7 @@
-
+
User Guide
@@ -259,16 +259,17 @@
-
-
-
-
+
+
+
+
Development Guide
-
-
+
+
+
@@ -408,11 +409,31 @@
-
+
+
+
+
+ Running an Experiment
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- Modules
+ Secure Mode
@@ -441,7 +462,7 @@
- Model Card
+ VAE Model Card
@@ -452,7 +473,7 @@
- Model Card
+ VAE Model Card
@@ -530,17 +551,63 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+ Adding New Modules
+
+
+
+
-
-
-
+
+
+
+
-
+
- Development Guide
+ Adding New Models
@@ -575,6 +655,14 @@
+
+
+
+
+
+
+
+
@@ -2312,7 +2400,7 @@ Acknowledgements
-
+
@@ -2322,20 +2410,20 @@ Acknowledgements
Previous
- Modules
+ Secure Mode
-
+
Next
- Secure Mode
+ Overview
diff --git a/models/index.html b/models/index.html
new file mode 100644
index 00000000..82aa4a46
--- /dev/null
+++ b/models/index.html
@@ -0,0 +1,2361 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Adding New Models - Generating Useful Synthetic Data
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Skip to content
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Generating Useful Synthetic Data
+
+
+
+
+
+ Adding New Models
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Initializing search
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+ Home
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+ User Guide
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+ Development Guide
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+ Code Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Home
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Running an Experiment
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Secure Mode
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ VAE Model Card
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Overview
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Modules
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+ Adding New Models
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ cli
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ common_arguments
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ config
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ model_arguments
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ module_arguments
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ module_setup
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ run
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ common
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ common
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ constants
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ debugging
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ dicts
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ io
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ strings
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ modules
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ dashboard
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Upload
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ io
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pages
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ 1_Tables
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ 2_Plots
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ 3_Experiment_Configurations
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ run
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ utils
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ dataloader
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ constraints
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ io
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ metadata
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ metatransformer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ missingness
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ run
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ transformers
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ base
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ categorical
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ continuous
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ datetime
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ evaluation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ aequitas
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ io
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ metrics
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ run
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ tasks
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ utils
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ model
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ common
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ dp
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ model
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ io
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ models
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ dpvae
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ vae
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ run
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ utils
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ plotting
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ io
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ plots
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ run
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+ structure
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ run
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/modules/index.html b/modules/index.html
index d34d1746..6838e6e7 100644
--- a/modules/index.html
+++ b/modules/index.html
@@ -11,10 +11,10 @@
-
+
-
+
@@ -22,7 +22,7 @@
- Modules - Generating Useful Synthetic Data
+ Adding New Modules - Generating Useful Synthetic Data
@@ -83,7 +83,7 @@
-
+
Skip to content
@@ -118,7 +118,7 @@
- Modules
+ Adding New Modules
@@ -238,13 +238,11 @@
-
-
-
-
+
+
User Guide
@@ -258,17 +256,20 @@
+
-
-
-
+
+
+
+
Development Guide
-
-
+
+
+
@@ -365,8 +366,6 @@
-
-
@@ -376,12 +375,12 @@
-
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Overview
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -421,7 +548,7 @@
- Modules
+ Adding New Modules
@@ -432,7 +559,7 @@
- Modules
+ Adding New Modules
@@ -482,31 +609,11 @@
-
-
-
-
-
- Model Card
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
-
+
- Secure Mode
+ Adding New Models
@@ -528,25 +635,6 @@
-
-
-
-
-
-
- Development Guide
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -2215,8 +2303,9 @@
-Modules
-This folder contains all of the modules contained in this package. They can be used together or independently - through importing them into your existing codebase or using the CLI to select which / all modules to run.
+Adding new modules
+The package is designed such that each module can be used as part of a pipeline (via the CLI or a configuration file) or independently (via importing them into an existing codebase).
+In the future it may be desireable to add / adjust the modules of the package, this guide offers a high-level overview of how to do so.
Importing a module from this package
After installing the package, you can simply do:
from nhssynth.modules import <module>
@@ -2231,10 +2320,10 @@ Creating a new module
-
In mymodule/executor.py
and export it by adding from .executor import myexecutor
to mymodule/__init__.py
.
+In mymodule/executor.py
and export it by adding from .executor import myexecutor
to mymodule/__init__.py
. Check the existing modules for examples of what a typical executor function looks like.
-
-
In the cli
folder, add a corresponding function to arguments.py
and populate with arguments you want to expose in the CLI:
+In the cli
folder, add a corresponding function to module_arguments.py
and populate with arguments you want to expose in the CLI:
-
-
Next, in module_setup.py
make the following adjustments the following code:
-
-MODULE_MAP = {
- ...
- "mymodule": ModuleConfig(
- func=mymodule.myexecutor,
- add_args=add_mymodule_args,
- description="...",
- help="...",
- common_parsers=[...]
- ),
- ...
-}
+Next, in module_setup.py
make the following adjustments to the MODULE_MAP
code:
+MODULE_MAP = {
+ ...
+ "mymodule": ModuleConfig(
+ func=m.mymodule.myexecutor,
+ add_args=ma.add_mymodule_args,
+ description="...",
+ help="...",
+ common_parsers=[...]
+ ),
+ ...
+}
-Where common_parsers
is a subset of COMMON_PARSERS
defined in common_arguments.py
. Note that the "dataset" and "core" parsers are added automatically, so you don't need to specify them. These parsers can be used to add arguments to your module that are common to multiple modules, e.g. the dataloader
and evaluation
modules both use --typed
to specify the path of the typed input dataset.
+Where common_parsers
is a subset of COMMON_PARSERS
defined in common_arguments.py
. Note that the "seed" and "core" parsers are added automatically, so you don't need to specify them. These parsers can be used to add arguments to your module that are common to multiple modules, e.g. the dataloader
and evaluation
modules both use --typed
to specify the path of the typed input dataset.
-
You can (optionally) also edit the following block if you want your module to be included in a full pipeline run:
-PIPELINE = [..., mymodule, ...] # NOTE this determines the order of a pipeline run
+
-
-
Congrats, your module is implemented!
+Congrats, your module is implemented within the CLI, its documentation etc. will now be built automatically and it can be referenced in configuration files!
@@ -2275,7 +2362,7 @@ Creating a new module
Last update:
- October 18, 2023
+ November 1, 2023
@@ -2307,7 +2394,7 @@ Creating a new module
-
+
@@ -2317,20 +2404,20 @@ Creating a new module
Previous
- Home
+ Overview
-
+
Next
- Model Card
+ Adding New Models
diff --git a/reference/SUMMARY/index.html b/reference/SUMMARY/index.html
index 2bcf49a4..da1bc81c 100644
--- a/reference/SUMMARY/index.html
+++ b/reference/SUMMARY/index.html
@@ -233,7 +233,7 @@
-
-
+
User Guide
@@ -248,16 +248,17 @@
-
-
-
-
-
+
+
-
+
+
Development Guide
-
-
+
+
+
@@ -395,11 +396,11 @@
-
-
+
- Modules
+ Running an Experiment
@@ -415,11 +416,11 @@
-
-
+
- Model Card
+ Secure Mode
@@ -435,11 +436,11 @@
-
-
+
- Secure Mode
+ VAE Model Card
@@ -461,12 +462,51 @@
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Development Guide
+ Overview
@@ -474,6 +514,54 @@
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Modules
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Models
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2227,7 +2315,7 @@ SUMMARY
Last update:
- October 19, 2023
+ November 1, 2023
diff --git a/reference/cli/common_arguments/index.html b/reference/cli/common_arguments/index.html
index 9ee886e9..aaaa5ecd 100644
--- a/reference/cli/common_arguments/index.html
+++ b/reference/cli/common_arguments/index.html
@@ -242,7 +242,7 @@
-
-
+
User Guide
@@ -257,16 +257,17 @@
-
-
-
-
-
+
+
-
+
+
Development Guide
-
-
+
+
+
@@ -406,11 +407,11 @@
-
-
+
- Modules
+ Running an Experiment
@@ -426,11 +427,11 @@
-
-
+
- Model Card
+ Secure Mode
@@ -446,11 +447,11 @@
-
-
+
- Secure Mode
+ VAE Model Card
@@ -472,12 +473,51 @@
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Development Guide
+ Overview
@@ -485,6 +525,54 @@
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Modules
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Models
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2655,7 +2743,7 @@ October 19, 2023
+ November 1, 2023
diff --git a/reference/cli/config/index.html b/reference/cli/config/index.html
index 7f72bd77..575b255e 100644
--- a/reference/cli/config/index.html
+++ b/reference/cli/config/index.html
@@ -242,7 +242,7 @@
-
-
+
User Guide
@@ -257,16 +257,17 @@
-
-
-
-
-
+
+
-
+
+
Development Guide
-
-
+
+
+
@@ -406,11 +407,11 @@
-
-
+
- Modules
+ Running an Experiment
@@ -426,11 +427,11 @@
-
-
+
- Model Card
+ Secure Mode
@@ -446,11 +447,11 @@
-
-
+
- Secure Mode
+ VAE Model Card
@@ -472,12 +473,51 @@
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Development Guide
+ Overview
@@ -485,6 +525,54 @@
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Modules
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Models
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -3184,7 +3272,7 @@
Last update:
- October 19, 2023
+ November 1, 2023
diff --git a/reference/cli/index.html b/reference/cli/index.html
index 6ddbe77c..528844a0 100644
--- a/reference/cli/index.html
+++ b/reference/cli/index.html
@@ -11,7 +11,7 @@
-
+
@@ -242,7 +242,7 @@
-
-
+
User Guide
@@ -257,16 +257,17 @@
-
-
-
-
-
+
+
-
+
+
Development Guide
-
-
+
+
+
@@ -406,11 +407,11 @@
-
-
+
- Modules
+ Running an Experiment
@@ -426,11 +427,11 @@
-
-
+
- Model Card
+ Secure Mode
@@ -446,11 +447,11 @@
-
-
+
- Secure Mode
+ VAE Model Card
@@ -472,12 +473,51 @@
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Development Guide
+ Overview
@@ -485,6 +525,54 @@
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Modules
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Models
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2197,7 +2285,7 @@ cli
Last update:
- October 19, 2023
+ November 1, 2023
@@ -2229,7 +2317,7 @@ cli
-
+
@@ -2239,7 +2327,7 @@ cli
Previous
- Development Guide
+ Adding New Models
diff --git a/reference/cli/model_arguments/index.html b/reference/cli/model_arguments/index.html
index 68645c77..df745fb2 100644
--- a/reference/cli/model_arguments/index.html
+++ b/reference/cli/model_arguments/index.html
@@ -242,7 +242,7 @@
-
-
+
User Guide
@@ -257,16 +257,17 @@
-
-
-
-
-
+
+
-
+
+
Development Guide
-
-
+
+
+
@@ -406,11 +407,11 @@
-
-
+
- Modules
+ Running an Experiment
@@ -426,11 +427,11 @@
-
-
+
- Model Card
+ Secure Mode
@@ -446,11 +447,11 @@
-
-
+
- Secure Mode
+ VAE Model Card
@@ -472,12 +473,51 @@
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Development Guide
+ Overview
@@ -485,6 +525,54 @@
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Modules
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Models
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2424,7 +2512,7 @@
Last update:
- October 19, 2023
+ November 1, 2023
diff --git a/reference/cli/module_arguments/index.html b/reference/cli/module_arguments/index.html
index e5e588b6..02060906 100644
--- a/reference/cli/module_arguments/index.html
+++ b/reference/cli/module_arguments/index.html
@@ -242,7 +242,7 @@
-
-
+
User Guide
@@ -257,16 +257,17 @@
-
-
-
-
-
+
+
-
+
+
Development Guide
-
-
+
+
+
@@ -406,11 +407,11 @@
-
-
+
- Modules
+ Running an Experiment
@@ -426,11 +427,11 @@
-
-
+
- Model Card
+ Secure Mode
@@ -446,11 +447,11 @@
-
-
+
- Secure Mode
+ VAE Model Card
@@ -472,12 +473,51 @@
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Development Guide
+ Overview
@@ -485,6 +525,54 @@
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Modules
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Models
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2878,7 +2966,7 @@
Last update:
- October 19, 2023
+ November 1, 2023
diff --git a/reference/cli/module_setup/index.html b/reference/cli/module_setup/index.html
index d870a0f7..7e200666 100644
--- a/reference/cli/module_setup/index.html
+++ b/reference/cli/module_setup/index.html
@@ -242,7 +242,7 @@
-
-
+
User Guide
@@ -257,16 +257,17 @@
-
-
-
-
-
+
+
-
+
+
Development Guide
-
-
+
+
+
@@ -406,11 +407,11 @@
-
-
+
- Modules
+ Running an Experiment
@@ -426,11 +427,11 @@
-
-
+
- Model Card
+ Secure Mode
@@ -446,11 +447,11 @@
-
-
+
- Secure Mode
+ VAE Model Card
@@ -472,12 +473,51 @@
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Development Guide
+ Overview
@@ -485,6 +525,54 @@
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Modules
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Models
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2791,7 +2879,7 @@
Last update:
- October 19, 2023
+ November 1, 2023
diff --git a/reference/cli/run/index.html b/reference/cli/run/index.html
index a0548976..9665ee0d 100644
--- a/reference/cli/run/index.html
+++ b/reference/cli/run/index.html
@@ -242,7 +242,7 @@
-
-
+
User Guide
@@ -257,16 +257,17 @@
-
-
-
-
-
+
+
-
+
+
Development Guide
-
-
+
+
+
@@ -406,11 +407,11 @@
-
-
+
- Modules
+ Running an Experiment
@@ -426,11 +427,11 @@
-
-
+
- Model Card
+ Secure Mode
@@ -446,11 +447,11 @@
-
-
+
- Secure Mode
+ VAE Model Card
@@ -472,12 +473,51 @@
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Development Guide
+ Overview
@@ -485,6 +525,54 @@
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Modules
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Models
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2240,7 +2328,7 @@ run
Last update:
- October 19, 2023
+ November 1, 2023
diff --git a/reference/common/common/index.html b/reference/common/common/index.html
index 3a4c1da9..4dab8a45 100644
--- a/reference/common/common/index.html
+++ b/reference/common/common/index.html
@@ -242,7 +242,7 @@
-
-
+
User Guide
@@ -257,16 +257,17 @@
-
-
-
-
-
+
+
-
+
+
Development Guide
-
-
+
+
+
@@ -406,11 +407,11 @@
-
-
+
- Modules
+ Running an Experiment
@@ -426,11 +427,11 @@
-
-
+
- Model Card
+ Secure Mode
@@ -446,11 +447,11 @@
-
-
+
- Secure Mode
+ VAE Model Card
@@ -472,12 +473,51 @@
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Development Guide
+ Overview
@@ -485,6 +525,54 @@
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Modules
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Models
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2324,7 +2412,7 @@
Last update:
- October 19, 2023
+ November 1, 2023
diff --git a/reference/common/constants/index.html b/reference/common/constants/index.html
index 072ce15e..717c1465 100644
--- a/reference/common/constants/index.html
+++ b/reference/common/constants/index.html
@@ -242,7 +242,7 @@
-
-
+
User Guide
@@ -257,16 +257,17 @@
-
-
-
-
-
+
+
-
+
+
Development Guide
-
-
+
+
+
@@ -406,11 +407,11 @@
-
-
+
- Modules
+ Running an Experiment
@@ -426,11 +427,11 @@
-
-
+
- Model Card
+ Secure Mode
@@ -446,11 +447,11 @@
-
-
+
- Secure Mode
+ VAE Model Card
@@ -472,12 +473,51 @@
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Development Guide
+ Overview
@@ -485,6 +525,54 @@
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Modules
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Models
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2242,7 +2330,7 @@ constants
Last update:
- October 19, 2023
+ November 1, 2023
diff --git a/reference/common/debugging/index.html b/reference/common/debugging/index.html
index 2bed043e..ce8764c8 100644
--- a/reference/common/debugging/index.html
+++ b/reference/common/debugging/index.html
@@ -242,7 +242,7 @@
-
-
+
User Guide
@@ -257,16 +257,17 @@
-
-
-
-
-
+
+
-
+
+
Development Guide
-
-
+
+
+
@@ -406,11 +407,11 @@
-
-
+
- Modules
+ Running an Experiment
@@ -426,11 +427,11 @@
-
-
+
- Model Card
+ Secure Mode
@@ -446,11 +447,11 @@
-
-
+
- Secure Mode
+ VAE Model Card
@@ -472,12 +473,51 @@
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Development Guide
+ Overview
@@ -485,6 +525,54 @@
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Modules
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Models
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2242,7 +2330,7 @@ debugging
Last update:
- October 19, 2023
+ November 1, 2023
diff --git a/reference/common/dicts/index.html b/reference/common/dicts/index.html
index 24545279..be014799 100644
--- a/reference/common/dicts/index.html
+++ b/reference/common/dicts/index.html
@@ -242,7 +242,7 @@
-
-
+
User Guide
@@ -257,16 +257,17 @@
-
-
-
-
-
+
+
-
+
+
Development Guide
-
-
+
+
+
@@ -406,11 +407,11 @@
-
-
+
- Modules
+ Running an Experiment
@@ -426,11 +427,11 @@
-
-
+
- Model Card
+ Secure Mode
@@ -446,11 +447,11 @@
-
-
+
- Secure Mode
+ VAE Model Card
@@ -472,12 +473,51 @@
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Development Guide
+ Overview
@@ -485,6 +525,54 @@
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Modules
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Models
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2736,7 +2824,7 @@
Last update:
- October 19, 2023
+ November 1, 2023
diff --git a/reference/common/index.html b/reference/common/index.html
index 17c4413f..77bd22b1 100644
--- a/reference/common/index.html
+++ b/reference/common/index.html
@@ -242,7 +242,7 @@
-
-
+
User Guide
@@ -257,16 +257,17 @@
-
-
-
-
-
+
+
-
+
+
Development Guide
-
-
+
+
+
@@ -406,11 +407,11 @@
-
-
+
- Modules
+ Running an Experiment
@@ -426,11 +427,11 @@
-
-
+
- Model Card
+ Secure Mode
@@ -446,11 +447,11 @@
-
-
+
- Secure Mode
+ VAE Model Card
@@ -472,12 +473,51 @@
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Development Guide
+ Overview
@@ -485,6 +525,54 @@
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Modules
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Models
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2197,7 +2285,7 @@ common
Last update:
- October 19, 2023
+ November 1, 2023
diff --git a/reference/common/io/index.html b/reference/common/io/index.html
index 018c39cf..112f410c 100644
--- a/reference/common/io/index.html
+++ b/reference/common/io/index.html
@@ -242,7 +242,7 @@
-
-
+
User Guide
@@ -257,16 +257,17 @@
-
-
-
-
-
+
+
-
+
+
Development Guide
-
-
+
+
+
@@ -406,11 +407,11 @@
-
-
+
- Modules
+ Running an Experiment
@@ -426,11 +427,11 @@
-
-
+
- Model Card
+ Secure Mode
@@ -446,11 +447,11 @@
-
-
+
- Secure Mode
+ VAE Model Card
@@ -472,12 +473,51 @@
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Development Guide
+ Overview
@@ -485,6 +525,54 @@
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Modules
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Models
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -3094,7 +3182,7 @@
Last update:
- October 19, 2023
+ November 1, 2023
diff --git a/reference/common/strings/index.html b/reference/common/strings/index.html
index ab38922e..0fdaa531 100644
--- a/reference/common/strings/index.html
+++ b/reference/common/strings/index.html
@@ -242,7 +242,7 @@
-
-
+
User Guide
@@ -257,16 +257,17 @@
-
-
-
-
-
+
+
-
+
+
Development Guide
-
-
+
+
+
@@ -406,11 +407,11 @@
-
-
+
- Modules
+ Running an Experiment
@@ -426,11 +427,11 @@
-
-
+
- Model Card
+ Secure Mode
@@ -446,11 +447,11 @@
-
-
+
- Secure Mode
+ VAE Model Card
@@ -472,12 +473,51 @@
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Development Guide
+ Overview
@@ -485,6 +525,54 @@
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Modules
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Models
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2515,7 +2603,7 @@
Last update:
- October 19, 2023
+ November 1, 2023
diff --git a/reference/modules/dashboard/Upload/index.html b/reference/modules/dashboard/Upload/index.html
index 382c3ff4..c08961d8 100644
--- a/reference/modules/dashboard/Upload/index.html
+++ b/reference/modules/dashboard/Upload/index.html
@@ -242,7 +242,7 @@
-
-
+
User Guide
@@ -257,16 +257,17 @@
-
-
-
-
-
+
+
-
+
+
Development Guide
-
-
+
+
+
@@ -406,11 +407,11 @@
-
-
+
- Modules
+ Running an Experiment
@@ -426,11 +427,11 @@
-
-
+
- Model Card
+ Secure Mode
@@ -446,11 +447,11 @@
-
-
+
- Secure Mode
+ VAE Model Card
@@ -472,12 +473,51 @@
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Development Guide
+ Overview
@@ -485,6 +525,54 @@
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Modules
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Models
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2448,7 +2536,7 @@
Last update:
- October 19, 2023
+ November 1, 2023
diff --git a/reference/modules/dashboard/index.html b/reference/modules/dashboard/index.html
index d088577d..18dd467e 100644
--- a/reference/modules/dashboard/index.html
+++ b/reference/modules/dashboard/index.html
@@ -242,7 +242,7 @@
-
-
+
User Guide
@@ -257,16 +257,17 @@
-
-
-
-
-
+
+
-
+
+
Development Guide
-
-
+
+
+
@@ -406,11 +407,11 @@
-
-
+
- Modules
+ Running an Experiment
@@ -426,11 +427,11 @@
-
-
+
- Model Card
+ Secure Mode
@@ -446,11 +447,11 @@
-
-
+
- Secure Mode
+ VAE Model Card
@@ -472,12 +473,51 @@
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Development Guide
+ Overview
@@ -485,6 +525,54 @@
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Modules
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Models
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2199,7 +2287,7 @@ dashboard
Last update:
- October 19, 2023
+ November 1, 2023
diff --git a/reference/modules/dashboard/io/index.html b/reference/modules/dashboard/io/index.html
index ee788bcb..4b7a1f1e 100644
--- a/reference/modules/dashboard/io/index.html
+++ b/reference/modules/dashboard/io/index.html
@@ -242,7 +242,7 @@
-
-
+
User Guide
@@ -257,16 +257,17 @@
-
-
-
-
-
+
+
-
+
+
Development Guide
-
-
+
+
+
@@ -406,11 +407,11 @@
-
-
+
- Modules
+ Running an Experiment
@@ -426,11 +427,11 @@
-
-
+
- Model Card
+ Secure Mode
@@ -446,11 +447,11 @@
-
-
+
- Secure Mode
+ VAE Model Card
@@ -472,12 +473,51 @@
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Development Guide
+ Overview
@@ -485,6 +525,54 @@
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Modules
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Models
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2454,7 +2542,7 @@
Last update:
- October 19, 2023
+ November 1, 2023
diff --git a/reference/modules/dashboard/pages/1_Tables/index.html b/reference/modules/dashboard/pages/1_Tables/index.html
index f5e0e152..1bd44dbd 100644
--- a/reference/modules/dashboard/pages/1_Tables/index.html
+++ b/reference/modules/dashboard/pages/1_Tables/index.html
@@ -242,7 +242,7 @@
-
-
+
User Guide
@@ -257,16 +257,17 @@
-
-
-
-
-
+
+
-
+
+
Development Guide
-
-
+
+
+
@@ -406,11 +407,11 @@
-
-
+
- Modules
+ Running an Experiment
@@ -426,11 +427,11 @@
-
-
+
- Model Card
+ Secure Mode
@@ -446,11 +447,11 @@
-
-
+
- Secure Mode
+ VAE Model Card
@@ -472,12 +473,51 @@
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Development Guide
+ Overview
@@ -485,6 +525,54 @@
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Modules
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Models
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2244,7 +2332,7 @@ 1_Tables
Last update:
- October 19, 2023
+ November 1, 2023
diff --git a/reference/modules/dashboard/pages/2_Plots/index.html b/reference/modules/dashboard/pages/2_Plots/index.html
index de60f36f..129e6d18 100644
--- a/reference/modules/dashboard/pages/2_Plots/index.html
+++ b/reference/modules/dashboard/pages/2_Plots/index.html
@@ -242,7 +242,7 @@
-
-
+
User Guide
@@ -257,16 +257,17 @@
-
-
-
-
-
+
+
-
+
+
Development Guide
-
-
+
+
+
@@ -406,11 +407,11 @@
-
-
+
- Modules
+ Running an Experiment
@@ -426,11 +427,11 @@
-
-
+
- Model Card
+ Secure Mode
@@ -446,11 +447,11 @@
-
-
+
- Secure Mode
+ VAE Model Card
@@ -472,12 +473,51 @@
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Development Guide
+ Overview
@@ -485,6 +525,54 @@
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Modules
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Models
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2296,7 +2384,7 @@
Last update:
- October 19, 2023
+ November 1, 2023
diff --git a/reference/modules/dashboard/pages/3_Experiment_Configurations/index.html b/reference/modules/dashboard/pages/3_Experiment_Configurations/index.html
index 21cd6691..1f86dde1 100644
--- a/reference/modules/dashboard/pages/3_Experiment_Configurations/index.html
+++ b/reference/modules/dashboard/pages/3_Experiment_Configurations/index.html
@@ -242,7 +242,7 @@
-
-
+
User Guide
@@ -257,16 +257,17 @@
-
-
-
-
-
+
+
-
+
+
Development Guide
-
-
+
+
+
@@ -406,11 +407,11 @@
-
-
+
- Modules
+ Running an Experiment
@@ -426,11 +427,11 @@
-
-
+
- Model Card
+ Secure Mode
@@ -446,11 +447,11 @@
-
-
+
- Secure Mode
+ VAE Model Card
@@ -472,12 +473,51 @@
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- Development Guide
+ Overview
@@ -485,6 +525,54 @@
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Modules
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ Adding New Models
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2244,7 +2332,7 @@ 3_Experiment_Configurations
Last update:
- October 19, 2023
+ November 1, 2023
diff --git a/reference/modules/dashboard/pages/index.html b/reference/modules/dashboard/pages/index.html
index 33161118..dc4a0b46 100644
--- a/reference/modules/dashboard/pages/index.html
+++ b/reference/modules/dashboard/pages/index.html
@@ -242,7 +242,7 @@
-
-
+
User Guide
@@ -257,16 +257,17 @@
-
-
-
-
-
+
+
-
+
+
Development Guide
-
-
+
+
+
@@ -406,11 +407,11 @@
-
-
+
- Modules
+ Running an Experiment
@@ -426,11 +427,11 @@
-
-
+
- Model Card
+ Secure Mode
@@ -446,11 +447,11 @@
-
-
+
- Secure Mode
+ VAE Model Card
@@ -472,12 +473,51 @@
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+