Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] in train.py #8

Open
SoluMilken opened this issue Jun 13, 2018 · 1 comment
Open

[BUG] in train.py #8

SoluMilken opened this issue Jun 13, 2018 · 1 comment

Comments

@SoluMilken
Copy link
Contributor

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.

@hsinyuan-huang
Copy link
Owner

Hi @SoluMilken,

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

Thanks,
Robert

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants