Skip to content

Commit

Permalink
Image Upload
Browse files Browse the repository at this point in the history
  • Loading branch information
euisuk-chung committed Dec 6, 2021
1 parent 649e7a7 commit 54ec1b6
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,17 @@ For example :

```python
python run_timegan.py

```

2. VRAE를 이용한 시계열 생성

```python
python run_vrae.py
```

# Model Explanation
## TimeGAN
<img src = 'link'>

```
## VRAE
<img src = 'link'>
6 changes: 3 additions & 3 deletions config_timegan.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ def parser_setting(parser):
# Model Arguments
parser.add_argument(
'--emb_epochs',
default=300,
default=1000,
type=int)
parser.add_argument(
'--sup_epochs',
default=300,
default=1000,
type=int)
parser.add_argument(
'--gan_epochs',
default=300,
default=1000,
type=int)
parser.add_argument(
'--batch_size',
Expand Down
2 changes: 1 addition & 1 deletion config_vrae.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def parser_setting(parser):
type=int)
parser.add_argument(
'--n_epochs',
default=500,
default=1000,
type=int)
parser.add_argument(
'--batch_size',
Expand Down
Binary file added image/LSTM_VAE_architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/TimeGAN_architecture.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed image/architecture.png
Binary file not shown.
Binary file added image/train_test_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 54ec1b6

Please sign in to comment.