FusionNet-NLI icon indicating copy to clipboard operation
FusionNet-NLI copied to clipboard

[BUG] in train.py

Open SoluMilken opened this issue 6 years ago • 1 comments

https://github.com/momohuang/FusionNet-NLI/blob/master/train.py#L107

if args.on_philly == False:
    fh = logging.FileHandler(args.log_file) 
    fh.setLevel(logging.DEBUG)
    fh.setFormatter(formatter)
    log.addHandler(fh)

Can I ignore this part? This is because the attribute on_philly is not in args.

SoluMilken avatar Jun 13 '18 08:06 SoluMilken

Hi @SoluMilken,

Yes, you can ignore this part. I will remove it in the latest commit.

Thanks, Robert

hsinyuan-huang avatar Jun 14 '18 15:06 hsinyuan-huang