thu-coai / cotk

Conversational Toolkit. An Open-Source Toolkit for Fast Development and Fair Evaluation of Text Generation
Apache License 2.0
128 stars 27 forks source link

Modify tutorial codes in cotk docs (#403) and fix a bug (#423) #427

Closed TissueC closed 4 years ago

TissueC commented 4 years ago

Description:

  1. Modify tutorial codes in cotk docs. (#403)
  2. Fix a bug, which is caused by no explicit argument passing. (#423)
  3. Delete the default constructor parameter cache_dir of the ResourceProcessor.
  4. The test of dataset loading by URL has been checked.
  5. Update tutorial_core_1.ipynbfile of Practice: Implement a GRU Language Model.

Reference Issues: #403 #423