[問題] tensorflow 新手請教

看板DataScience作者 (tiger0105)時間6年前 (2018/09/04 14:50), 6年前編輯推噓2(204)
留言6則, 2人參與, 6年前最新討論串1/1
http://i.imgur.com/dBc7DOz.jpg
http://i.imgur.com/zN3YUyt.jpg
http://i.imgur.com/7FH3Ee9.jpg
http://i.imgur.com/7ghkuTy.jpg
http://i.imgur.com/IDJ4H6n.jpg
這是我現在在Jupyter notebook 的程式碼 跑到最後要訓練的時候都會有: The kernel appears to have died. It will restart automatically. 然後就停掉了(自己的電腦沒有顯卡) 上網查好像是記憶體不夠的樣子 可是我覺得我程式好像也有錯... 希望各位前輩提點一下QQ 謝謝各位 ----- Sent from JPTT on my Asus ASUS_Z012DA. -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 223.140.75.65 ※ 文章網址: https://www.ptt.cc/bbs/DataScience/M.1536043825.A.6F8.html

09/04 15:12, 6年前 , 1F
試看看不要用Jupyter使用普通的py跑吧(?
09/04 15:12, 1F

09/04 15:16, 6年前 , 2F
查了一下,聽說要更新cuDNN然後重新下載tensorflow,您可
09/04 15:16, 2F

09/04 15:17, 6年前 , 3F
以試看看把用到的東西都更新一下
09/04 15:17, 3F
我剛剛去更新一下 Python 是 3.6 5 tensorflow 是 1.9.0 直接用 Python 跑出了: Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 和 Allocation of 9494102016 exceeds 10% of system memory. 的錯誤(? 用 import os os.environ[’TF_MIN_LOG_LEVEL’]='2' 後就沒了 但是之後也是跑到訓練的地方就停止了.. ※ 編輯: tiger0105 (223.140.75.65), 09/04/2018 16:38:46 ※ 編輯: tiger0105 (223.140.75.65), 09/04/2018 16:41:36

09/04 19:37, 6年前 , 4F
AVX2那個是提示而已,第二個訊息說你記憶體不足
09/04 19:37, 4F

09/04 19:42, 6年前 , 5F
你看起來把5900多張224x224的圖一次讀進記憶體,這樣不太
09/04 19:42, 5F

09/04 19:42, 6年前 , 6F
合理,建議看看tf.data的API練習做batch
09/04 19:42, 6F
忘記設張數了orz 謝謝各位前輩 現在可以跑了! ※ 編輯: tiger0105 (223.140.75.65), 09/04/2018 22:08:27
文章代碼(AID): #1RZYinRu (DataScience)
文章代碼(AID): #1RZYinRu (DataScience)