Bring your own models
Each AIAA model consists of four parts, “Pre-transforms”, “Inference”, “Post-transforms” and “Writer”. AIAA provides the flexibility for users to customize their own transforms and inference procedure. Please refer to the following sections for customizing each individual component:
- Bring your own Transforms
- Bring your own Inference
- Bring your own Writer
- Bring your own InferencePipeline
Note
The custom codes should be put inside <AIAA workspace>/lib
folder.
<AIAA workspace>
refer to the workspace path specified when launching AIAA server.
Please refer to Running AIAA for more information.
Attention
For example, if you follow Running AIAA to start aiaa,
then you need to copy your custom codes into
<absolute path to where you create the experiments folder>/aiaa_experiments/aiaa_workspace_1/lib