Skip to content

Commit

Permalink
change directories
Browse files Browse the repository at this point in the history
  • Loading branch information
euisuk-chung committed Dec 6, 2021
1 parent 9ffc212 commit 415f852
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions run_timegan.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
from tqdm.auto import trange
from scipy.stats import norm

from model.TimeGAN import TimeGAN
from model.custom_dataset import *
from model.utils_timegan import *
from models.TimeGAN import TimeGAN
from utils.custom_dataset import *
from utils.utils_timegan import *

args = config.get_config() # argument 호출
fix_seed(args.seed) # seed 고정
Expand Down
6 changes: 3 additions & 3 deletions run_vrae.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
from tqdm.auto import trange
from scipy.stats import norm

from model.vrae import VRAE
from model.custom_dataset import *
from model.utils_vrae import *
from models.vrae import VRAE
from utils.custom_dataset import *
from utils.utils_vrae import *

# argument 호출
args = config.get_config()
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 415f852

Please sign in to comment.