huggingface / transfer-learning-conv-ai

🦄 State-of-the-Art Conversational AI with Transfer Learning
MIT License
1.73k stars 431 forks source link

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

Closed nbertagnolli closed 4 years ago

nbertagnolli commented 4 years ago

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 commented 4 years ago

Thanks!