Yeshuang Zhu
Yeshuang Zhu
那可否把操作步骤也写到文档里?因为绝大多数都是小白用户,需求就是windows自动登录 关于登录协议问题,学校目前比较混乱,也处于随时变动中,可否一次登录按顺序轮询各种登录方式保证用户在任何环境下都能顺利连上网?
这样可以,很详细!
I've got the same problem: On Ubuntu 16.04 with boost version `1.58.0.1ubuntu1` it fails to compile. However, on Ubuntu 14.40 with boost version `1.54.0.1ubuntu1` everything is OK.
Remains the same. When running cmake I got this warning: ``` Manually-specified variables were not used by the project: CMAKE_CXX_OPT_FLAGS_RELEASE ``` And I also looked at `CMakeLists.txt` and tried the...
@Garvys Yes! The default gcc version on my Ubuntu 16.04 was 4.9. I switched it to 5.4 by `sudo update-alternatives --config gcc`. Then I re-installed libboost-all-dev and complied kenlm with...
FYI, since the training code is wrapped in `Accelerator`, I just launch training with multiple GPUs and it seems work. Also, make sure that some functions are called only once...