snakeztc / NeuralDialog-ZSDG

PyTorch codebase for zero-shot dialog generation SIGDIAL 2018, It is released by Tiancheng Zhao (Tony) from Dialog Research Center, LTI, CMU
https://www.cs.cmu.edu/~tianchez
Apache License 2.0
133 stars 27 forks source link

List args fix #2

Closed ishalyminov closed 5 years ago

ishalyminov commented 5 years ago

Args with type=list changed to type=str, nargs='+/*' as the former would break them into characters.

snakeztc commented 5 years ago

Thanks! @ishalyminov

ishalyminov commented 5 years ago

👍