daanet
daanet copied to clipboard
Why this project copy itself ?How to run it right?
try:
shutil.copytree('./', hparams.get('code_dir'), ignore=shutil.ignore_patterns(*IGNORE_PATTERNS))
logger.info('current code base is copied to %s' % hparams.get('save_dir'))
except FileExistsError:
logger.info('code base exist, no need to copy!')
Maybe something wrong with these? Windows 7.
I am also surprised with this. The memory in the hard disk is going on increase with this redundant code. Help is much appreciated. Thank you
It's alright.Are you still working on it?Maybe we can do it together
Did you manage to run the code?
Did you manage to run the code?
Nah,no clue...