Package Guide

The MetaICVI.jl package is built upon modules that contain all of the state information during training and inference. The MetaICVI modules are driven by options, which are themselves mutable keyword argument structs from the Parameters.jl package.

To work with MetaICVI.jl, you should know:

Installation

The MetaICVI.jl package can be installed using the Julia package manager. From the Julia REPL, type ] to enter the Pkg REPL mode and run

pkg> add MetaICVI

Alternatively, it can be added to your environment in a script with

using Pkg
Pkg.add("MetaICVI")

If you wish to have the latest changes between releases, you can directly add the GitHub repo as a dependency with

pkg> add https://github.com/AP6YC/MetaICVI.jl

MetaICVI Modules

TODO

MetaICVI Options

TODO