dennybritz / cnn-text-classification-tf

Convolutional Neural Network for Text Classification in Tensorflow
Apache License 2.0
5.64k stars 2.77k forks source link

How to implement via estimator and layers #74

Open pianoman4873 opened 7 years ago

pianoman4873 commented 7 years ago

Hi, I wanted to use a custom estimator with the new layers introduced in 1.0 ( like the example on Tensorflow's site for building convolutional nets but i don't know how to add the embedding layer. Any idea