fig clf inserted and not resize on kld
This commit is contained in:
@@ -37,7 +37,7 @@ class Logger(LightningLoggerBase):
|
||||
@property
|
||||
def outpath(self):
|
||||
# ToDo: Add further path modification such as dataset config etc.
|
||||
return Path(self.config.train.outpath)
|
||||
return Path(self.config.train.outpath) / self.config.data.mode
|
||||
|
||||
def __init__(self, config: Config):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user