2020-05-03 18:00:51 +02:00

12 lines
216 B
Python

from pathlib import Path
from ml_lib.utils.logging import Logger
class MLogger(Logger):
@property
def outpath(self):
# FIXME: Specify a special path
return Path(self.config.train.outpath)