cnn-text-classification-tf
cnn-text-classification-tf copied to clipboard
How to implement via estimator and layers
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