了解Tkinter的基本语法,如标签(Lable),输入框(Entry,Text),按钮(Button),消息框(messageBox),以及窗口的放置方式(pack,place,grid)等, 参考学习地址:https://www.cnblogs.com/shwee/p/9427975.html.
原因是下载TensorFlow的版本不支持cpu的AVX2编译。 可能是因为安装时使用的pip install tensorflow ,这样默认会下载X86_64的SIMD版本。 有两种解决方案,一是忽略这个错误,二是下载正确的版本,版本地址:https://github.com/fo40225/tensorflow-windows-wheel/blob/master/1.12.0/py37/CPU/avx2/tensorflow-1.12.0-cp37-cp37m-win_amd64.whl 参考文章:https://blog.csdn.net/Fourierrr_/article/details/79749899