tf-keras-skeleton.py 文件源码

python
阅读 28 收藏 0 点赞 0 评论 0

项目:LIE 作者: EmbraceLife 项目源码 文件源码
def get_word_index(path='reuters_word_index.json'):
          """Retrieves the dictionary mapping word indices back to words.

          Arguments:
              path: where to cache the data (relative to `~/.keras/dataset`).

          Returns:
              The word index dictionary.
          """
          path = get_file(
              path,
              origin='https://s3.amazonaws.com/text-datasets/reuters_word_index.json')
          f = open(path)
          data = json.load(f)
          f.close()
          return data
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号