Skip to content

aai-institute/nf4ad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uniformly Scaling Flows for Anomaly Detection

This repository contains experiments investigating uniformly scaling normalizing flows for anomaly detection. We use the VeriFlow implementation of uniformly scaling flows.

Installation

  1. Clone the repository
  2. Clone the VeriFlow repository
git clone [email protected]:aai-institute/VeriFlow.git
  1. Create a new virtual environment, e.g. with Conda
conda create -n nf4ad python=3.10
conda activate nf4ad
  1. Install the requirements
pip install path/to/veriflow/project/directory

Run experiments

The experiments for uniformly scaling normalizing flows can be run with the following command from within the nf4ad project directory:

python scripts/run-experiment.py --config experiments/<experiment>/<expconfig>.yaml

where <experiment> is the name of the experiment and <expconfig> is the name of the configuration file for the experiment. The configuration files are located in the experiments directory.

About

Normalizing flows for anomaly detection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages