PyTorch implementation of Y. Kim's 2015 CNN for text classification
Stars
5
Forks
0
Watchers
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
11
commits
Update cnn.py
816e4dc
Added Licence
d05e8ed
Update README.md
0e1a2cf
Updated readme
dc83397
updated implementation
438069d
Attempt to add weight constraints properly
d997763
remove break in cv
945142f
Added clip norm penalties in final layer
4390878
Updated cnn removed additional hidden layer
999c848
Class predictions now converted to cpu before numpy when running on gpu
54f0630
small updated. Model not training
a7e9388
Test_x now converted to torch tensor
0dc43f8
Modified makefile
508c262
Added makefile for donwloading data
d977c50
Finished main script. Now test
d1d6824