nfmcclure / tensorflow_cookbook

Code for Tensorflow Machine Learning Cookbook

Home Page:https://www.packtpub.com/big-data-and-business-intelligence/tensorflow-machine-learning-cookbook-second-edition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tf.contrib.learn.preprocessing will be deprecated

EtoDemerzel0427 opened this issue · comments

since tf.contrib.learn.preprocessing will be deprecated in future version of TensorFlow, the code in chapter 7 about the bag-of-word should be updated by using tf.data or something else.

commented

Thanks @EtoDemerzel0427 for bringing this up. I'll see what I can do.

who can give me a example?