到底哪出問題了?
main函數(shù)運(yùn)行沒報錯但是前端就是不顯示結(jié)果,在regression和convolutional兩個程序單獨(dú)運(yù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
我也是這個原因,http狀態(tài)顯示200是請求成功,但是就是不顯示結(jié)果。打開F12頁面報錯了,不知道怎么解決。
2019-07-10
這樣就可以了
2018-12-28
請問,問題解決了嗎?同樣也是這樣,出不來output.
2018-11-23
換ie瀏覽器完美運(yùn)行
2018-11-22
我也是一樣的問題,你解決了嗎
2018-10-23
你好,請問一下可以看一下你的數(shù)字識別這些代碼嗎?
2018-09-30
ctrl + shit + i
問題應(yīng)該出在js里