ryankiros / skip-thoughts

Sent2Vec encoder and training code from the paper "Skip-Thought Vectors"
2.05k stars 544 forks source link

fix eval_sick error #37

Open AlvinYuXT opened 7 years ago

AlvinYuXT commented 7 years ago

The arguments of Dense should be Dense(nclass, input_dim=ninputs) instead of Dense(ninputs, nclass)