yoonkim / CNN_sentence

CNNs for sentence classification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test_model in file conv_net_sentence.py

MilesZhao opened this issue · comments

Why we need to define two same theano function twice in file conv_net_sentence.py - test_model and train_model? Do we need to replace train_set_x with test_set_x?