慕瓜8118008
2018-09-23 19:27
main函数运行没报错但是前端就是不显示结果,在regression和convolutional两个程序单独运行正确率也没问题。
E:\anaconda\python.exe C:/Users/hou/PycharmProjects/untitled1/main1.py
E:\anaconda\lib\site-packages\h5py\__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.
from ._conv import register_converters as _register_converters
2018-09-23 19:21:22.243387: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2
* Serving Flask app "main1" (lazy loading)
* Environment: production
WARNING: Do not use the development server in a production environment.
Use a production WSGI server instead.
* Debug mode: on
* Restarting with stat
E:\anaconda\lib\site-packages\h5py\__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.
from ._conv import register_converters as _register_converters
2018-09-23 19:21:27.446637: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2
* Debugger is active!
* Debugger PIN: 844-859-070
* Running on http://127.0.0.1:8000/ (Press CTRL+C to quit)
我也是这个原因,http状态显示200是请求成功,但是就是不显示结果。打开F12页面报错了,不知道怎么解决。
app.run(host='127.0.0.1', port=9000)
这样就可以了
请问,问题解决了吗?同样也是这样,出不来output.
换ie浏览器完美运行
我也是一样的问题,你解决了吗
你好,请问一下可以看一下你的数字识别这些代码吗?
ctrl + shit + i
问题应该出在js里
TensorFlow与Flask结合打造手写体数字识别
20428 学习 · 102 问题
相似问题