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

Fixed type of interact.py's temperature argument from int to float #68

Merged
merged 1 commit into from Aug 23, 2020

Conversation

nbertagnolli
Copy link
Contributor

Thanks for this amazing code! I noticed a tiny type error and hope this helps.

The --temperature flag in interact.py has the type int but it's default value is a float. I changed the type to float to match what it should be : ).

@thomwolf thomwolf merged commit d4c7607 into huggingface:master Aug 23, 2020
@thomwolf
Copy link
Member

Thanks!

gorkemgoknar pushed a commit to gorkemgoknar/transfer-learning-conv-ai that referenced this pull request Dec 21, 2020
Fixed type of interact.py's temperature argument from int to float
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

Successfully merging this pull request may close these issues.

None yet

2 participants