到底哪出問(wèn)題了?
main函數(shù)運(yùn)行沒(méi)報(bào)錯(cuò)但是前端就是不顯示結(jié)果,在regression和convolutional兩個(gè)程序單獨(dú)運(yùn)行正確率也沒(méi)問(wèn)題。
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)

2019-09-09
我也是這個(gè)原因,http狀態(tài)顯示200是請(qǐng)求成功,但是就是不顯示結(jié)果。打開(kāi)F12頁(yè)面報(bào)錯(cuò)了,不知道怎么解決。
2019-07-10
這樣就可以了
2018-12-28
請(qǐng)問(wèn),問(wèn)題解決了嗎?同樣也是這樣,出不來(lái)output.
2018-11-23
換ie瀏覽器完美運(yùn)行
2018-11-22
我也是一樣的問(wèn)題,你解決了嗎
2018-10-23
你好,請(qǐng)問(wèn)一下可以看一下你的數(shù)字識(shí)別這些代碼嗎?
2018-09-30
ctrl + shit + i
問(wèn)題應(yīng)該出在js里