Skip to content
Snippets Groups Projects
README.md 453 B
Newer Older
Arman Davtyan's avatar
Arman Davtyan committed
# pes_to_spec

Arman Davtyan's avatar
Arman Davtyan committed
Aim of the project to transform the data from PES to SPEC.

Arman Davtyan's avatar
Arman Davtyan committed
# Usage

1. inv_train.py -> Train a model on the specific RUN.
Thish will save the pca model and fit model in experiments/YOUR_DIR/checkpoints and the data in 
experiments/YOUR_DIR/data.

2. inv_eval.py -> Use to evaluate the trained model

3. inv_inference -> Use trained model to do inference on new data point

4. data_drift_check.py  -> Check data drift between two datasets