We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
on_philly
The text was updated successfully, but these errors were encountered:
Hi @SoluMilken,
Yes, you can ignore this part. I will remove it in the latest commit.
Thanks, Robert
Sorry, something went wrong.
No branches or pull requests
https://github.com/momohuang/FusionNet-NLI/blob/master/train.py#L107
Can I ignore this part? This is because the attribute
on_philly
is not in args.The text was updated successfully, but these errors were encountered: