From a0f467e8021db3fc6775a4c15e2b90d803e27fbb Mon Sep 17 00:00:00 2001 From: Qianxiang Ai Date: Tue, 22 Feb 2022 11:16:16 -0500 Subject: [PATCH] rev #1 --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 60bb301..d60c2e3 100644 --- a/readme.md +++ b/readme.md @@ -27,6 +27,8 @@ and placed in the [tuned](tuned) folder. - alternatively, use `zenodo_get 10.5281/zenodo.5721355` in command line to download - [hpc_pbs](scripts/hpc_pbs) folder contains code for hyperparameter tuning and submission script for HPC (PBS). - [tutorial.ipynb](scripts/tutorial.ipynb) a notebook showing how to generate dataset and to train the augmented cycleGAN model. +- [test_emd.py](scripts/test_emd.py) unittest for sinkhorn calculator (testing results against [pyemd](https://github.com/wmayner/pyemd)). +- [test_layer](scripts/test_layer.py) unittest for layers used in models. ## Dimensionality predictor - Model tuning is done through the script [dimpredictor/tune_models.py](dimpredictor/tune_models.py). Evaluations are done by [dimpredictor/tuned.py](dimpredictor/tuned.py).