julianser / hed-dlg-truncated

Hierarchical Encoder Decoder RNN (HRED) with Truncated Backpropagation Through Time (Truncated BPTT)
GNU General Public License v3.0
308 stars 129 forks source link

Fix crashes #34

Closed monsoon235 closed 4 years ago

monsoon235 commented 4 years ago
  1. Fix crash caused by saving model to a file in non-existent subdirectory.
  2. Fix crash caused by using cPickle.load/dump a file which is not opened with binary mode.