From d33b15772a230758347ee596f16507835085394f Mon Sep 17 00:00:00 2001 From: euisuk-chung Date: Tue, 14 Dec 2021 02:16:31 +0000 Subject: [PATCH] config image --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 125a7fb..c2eb53a 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,14 @@ python run_vrae.py --file_name test_data --cols_to_remove Time MNG_NO --time_gap ## 3. Models Used ### 3.1. TimeGAN - + - pyTorch implementation for `TimeGAN` - Code Reference : https://github.com/d9n13lt4n/timegan-pytorch ### 3.2. Variational Recurrent AutoEncoder (VRAE) - + - pyTorch implementation for `VRAE` - Code Reference : https://github.com/tejaslodaya/timeseries-clustering-vae