对于分类问题的 测试指标,可以参考sklearn,网址如下: https://blog.csdn.net/Bazingaea/article/details/90054530
https://blog.csdn.net/lyb3b3b/article/details/84819931
1.pip 下载安装文件很慢时可以利用清华的镜像网站,快速下载
具体命令如下:
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple requests
request 就是你需要下载的包名称
在Word中优雅地插入Latex公式 https://www.jianshu.com/p/17ef28b1be49
tensorflow 介绍文档 https://www.w3cschool.cn/tensorflow_python/tf_nn_bidirectional_dynamic_rnn.html
4.查看gpu使用情况命令: nvidia-smi
5.使用linux服务器时提示:no module conda 可以安装miniconda 安装地址: https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh 下载之后直接bash 命令安装
有用的网站: 1.tensorflow包 https://pypi.org/project/tensorflow/1.1.0/#files
nohup python -u transformer_main.py > nohup.log 2>&1 & 因为python会将日志放到缓存中,等程序执行完成后或者日志达到一定的长度到才写入文件, 这个时候加参数“-u”就可以用 tail -f nohup.log来实时查看日志了。
linux命令查询
斯坦福文本标注工具:包括 the part-of-speech (POS) tagger, the named entity recognizer (NER), the parser, the coreference resolution system, sentiment analysis, bootstrapped pattern learning, and the open information extraction tools.