yihuikang

Results 2 issues of yihuikang

my xlsx file has a only sheet with a chinese name('批量导入'), and my code core-dumped at 'xlsxioreadersheet sheet = xlsxioread_sheet_open(xlsxioread, NULL, XLSXIOREAD_SKIP_EMPTY_ROWS);', but it runs ok on an ascii-code named...

running the script from README.md ```import seq2seq from seq2seq.models import SimpleSeq2Seq model = SimpleSeq2Seq(input_dim=5, hidden_dim=10, output_length=8, output_dim=8) ... ``` in ipython (version=2.7.12(Anacaonda), tensorflow_v=0.11.0 as backend). and a *ValueError* raised, it...