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

Supporting large filter size from windows-tf-gpu #53

Open ssunno opened 7 years ago

ssunno commented 7 years ago

Hi,

I'm using this model on my work.

TF supports windows after 0.12.0

when num_filters over 256, CUDA library is shutdown.

so i divided conv2d filter into 64. it works fine.

I think it will working same as before.

thanks !