-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dynet安装 #1
Comments
我是从源码编译安装的,第一步先安装mkl(可选,大幅提升CPU速度): 然后执行如下命令:
|
`Traceback (most recent call last): File "model.py", line 528, in File "model.py", line 192, in neg_log_loss File "model.py", line 212, in forward File "model.py", line 202, in log_sum_exp AttributeError: module 'dynet' has no attribute 'sum_cols'` |
Dynet版本号不匹配,必须是2.0.1:https://github.com/clab/dynet/releases/tag/2.0.1 |
请问在执行make -j 4这个命令时 |
按照dynet教程在Linux和Windows安装不上,您是如何安装的,还是在服务器上运行的
The text was updated successfully, but these errors were encountered: