We built a project using pycnn. Currently it has been replaced by dynet.Now how can we get pycnn back?
Asked
Active
Viewed 216 times
1 Answers
0
Install it from Github:
pip install git+https://github.com/clab/cnn-v1#egg=pycnn&subdirectory=pycnn

phd
- 82,685
- 13
- 120
- 165
-
What exactly? Doesn't install? Doesn't import after installation? – phd Jul 11 '18 at 15:45