Skip to content

Commit

Permalink
config: Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
revsic committed Sep 12, 2021
1 parent 7e988fe commit e357864
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ def __init__(self):
self.epoch = 200

# path config
self.log = './log'
self.ckpt = '/hdd1/revsic/ckpt/mlptts'
self.log = '/hdd1/revsic/ckpt/mlptts/log'
self.ckpt = '/hdd1/revsic/ckpt/mlptts/ckpt'

# model name
self.name = 'mlptts-ab'
self.name = 'mlptts'


class Config:
Expand Down

0 comments on commit e357864

Please sign in to comment.