tensorlayer / chinese-book

《深度学习:一起玩转TensorLayer》资源分享、讨论
139 stars 47 forks source link

TensorLayer书 第一印 第九章 9.3 vocal.word_to_id('one') 输出应该为 2 #6

Open zsdonghao opened 6 years ago

zsdonghao commented 6 years ago

209页:

>>> vocab.id_to_word(2)
...  'one'
>>> vocab.word_to_id('one')
... 2 # 这里