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

Model size after training #177

Closed ritwik12 closed 4 years ago

ritwik12 commented 5 years ago

After training the model I want to use it somewhere say a server, which files are required to classify sentence into positive and negative after training? It says around 8 GB as of now for whole directory.

ritwik12 commented 5 years ago

@dennybritz