求人的感觉很不好,所以要多学习,多进步。不要太相信别人是好人了,哪儿来的那么多好人。
等我能有自己的论文,我一定要写一篇怎么找论文怎么找代码,怎么coding的文章。
1.同一目录下无法引入包
https://blog.csdn.net/wenyusuran/article/details/84100339
2.运行参数设置
https://www.cnblogs.com/yimiaoyikan/p/10375859.html
https://www.jianshu.com/p/5af851d18a36
添加“--”避免手动,https://blog.csdn.net/qxqxqzzz/article/details/100558953
3tensorflow版本太低
Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2
https://blog.csdn.net/Fourierrr_/article/details/79749899
PS:从github上下载单个文件:https://www.cnblogs.com/TongWee/p/4897295.html
tensorflow安装一定要有vs环境,gpu版本一定要有cuda和cudnn,下载速度慢就加镜像。
下载了半天运行发现,提示“xxxxAVX2”,意思你的cpu支持AVX2(高级矢量扩展指令集),于是重新下载 支持avx2的tensorflow https://github.com/fo40225/tensorflow-windows-wheel
创建虚拟环境,http网络报错,于是加入镜像并修改.condarc文件 https://blog.csdn.net/hdhdhvdvdh/article/details/105243376
运行tensorflow代码,exceeds 10% of system memory是内存过低了,把batch_size调小
Letex引用全是?问号:
引用的bib文件名要和tex文件名一样。
删除所有临时文件,仅留下当前日期的tex和bib文件。
重新打开tex文件。
同一地方同时引入多篇文献,要加入 usepackage[square, comma, sort&compress, numbers]{natbib}
对tex文件进行四次运行,pdflatex,bibtex,pdflatex,pdflatex