daanet icon indicating copy to clipboard operation
daanet copied to clipboard

Why this project copy itself ?How to run it right?

Open cn-actor opened this issue 5 years ago • 4 comments

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.

cn-actor avatar Jun 21 '19 00:06 cn-actor

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

vvrmahendra avatar Jul 03 '19 06:07 vvrmahendra

It's alright.Are you still working on it?Maybe we can do it together

cn-actor avatar Jul 03 '19 06:07 cn-actor

Did you manage to run the code?

joaopfg avatar Jul 09 '19 16:07 joaopfg

Did you manage to run the code?

Nah,no clue...

cn-actor avatar Jul 10 '19 00:07 cn-actor