tf.app.run() 執行結束時,報錯:SystemExit exception: no description
環境:Python3.6.6 + tensorflow-gpu
原始碼如下:
import tensorflow as tf def main(): print("hello tf.app.run") if __name__ == '__main__': tf.app.run()
執行完後,提示
Exception has occurred: SystemExit exception: no description File "/home/work/Downloads/SSD-Tensorflow/test.py", line 10, in <module> tf.app.run()
改為直接呼叫main()函式,就好了。
import tensorflow as tf def main(): print("hello tf.app.run") if __name__ == '__main__': main()
即便不改,程式結果也是正確的。
參考了:https://blog.csdn.net/forestlinzi0059/article/details/79016700
相關推薦
tf.app.run() 執行結束時,報錯:SystemExit exception: no description
環境:Python3.6.6 + tensorflow-gpu 原始碼如下: import tensorflow as tf def main(): print("hello tf.app.run") if __name__ == '__main__': tf.a
React Native打包時,報錯 java.lang.NullPointerException (no error message)
FAILURE: Build failed with an exception. what went wrong? java.lang.NullPointerException (no error message) This Problem created when the
【Mac + ATX基於uiautomator2】使用weditor時,報錯:requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(54, 'Connection r
之前講過怎麼安裝u2(【Mac安裝,ATX基於uiautomator2】之安裝步驟)以及使用weditor, 但是經過一段時間,weditor不用的時候再打開發現,報錯了: requests.exceptions.ConnectionError: ('Connection aborted.
mysql資料庫用ip地址連線時,報錯:1130-host . is not allowed to connect to this MySql server,MySQL
解決方法:授權法。 例如,你想myuser使用mypassword從任何主機連線到mysql伺服器的話。 GRANT ALL PRIVILEGES ON *.* TO 'myuser'@'%' IDENTIFIED BY 'mypassword' WITH GRANT O
Pyinstaller打包成exe檔案時,報錯:Cannot find existing PyQt5 plugin directories
如下圖所示:在用PyInstaller將.py檔案打包成exe檔案時出現下面的錯誤: 解決辦法: 根據Paths checked後面的路徑建立資料夾,把Anaconda下的qt資料夾裡的plugins資料夾下的所有檔案複製到新建的資料夾裡,我的電腦上對應的位置是:E:\Anac
解決Android 原始碼編譯“audio_processing_impl”時,報錯“fatal error: list: No such file or directory”問題
我的系統是Linux Mint 17,使用的平臺是Tiny4412,編譯的是友善之臂提供的Android 4.2.2 原始碼。之前編譯沒有問題,今天編譯時,報出這個錯誤,查遍 百度/Google 都沒解決,後來發現是我之前手賤多配置了一個環境變數 NDK_ROOT 導致的問
anaconda安裝或者解除安裝工具包時,報錯:OSError: [WinError 17] 系統無法將檔案移到不同的磁碟驅動器
例如,報錯如下: OSError: [WinError 17] 系統無法將檔案移到不同的磁碟驅動器。: 'd:\\anaconda3\\scr ipts\\pip.exe' -> 'C
編譯ffmpeg例程時,報錯:undefined reference
編譯ffmpeg例程,報了未定義錯誤: main.cpp:(.text+0x3a): undefined reference to avcodec_send_frame(AVCodecContext*, AVFrame const*)' main.
編譯java程式碼時,報錯:找不到符號
問題描述 編譯一段java程式碼時,提示“錯誤: 找不到符號”,如下: D:\practicejava>javac PrintArray.java PrintArray.java:4: 錯誤: 找不到符號 System.
IAR破解時,報錯:no features found for selected product
系統是Win10,安裝用於51微控制器開發的版本,破解檔案網上都能下到,這裡給個連結:IAR破解版下載。 直接說解決問題的原因及辦法。 【問題原因】:破解程式的pro
python 寫入檔案時,報錯:UnicodeEncodeError: 'gbk' codec can't encode character '\xa0' in position 1806: ille
最近用到python 爬取智聯招聘上的網頁,想把頁面儲存本地: def writeintofile(filename, str): # 開啟檔案 fo = open(filename, 'w') # 寫的方式開啟檔案 prin
MySQL 執行SQL檔案,報錯:”Got a packet bigger than 'max_allowed_packet' bytes“
開發十年,就只剩下這套架構體系了! >>>
Spring Security 無法登陸,報錯:There is no PasswordEncoder mapped for the id “null”
編寫好繼承了WebSecurityConfigurerAdapter類的WebSecurityConfig類後,我們需要在configure(AuthenticationManagerBuilder auth) 方法中定義認證用於資訊獲取來源以及密碼校驗規則等。(config
morphia將資料存入mongodb資料庫,報錯:···morphia.mapping. ···No usable constructor for com.XX.XX.XX
morphia操作mongodb報錯: org.mongodb.morphia.mapping.MappingException: No usable constructor for com.XX.XX.model.User 原因: 是因為User這個類沒有可用的構造器,也
【Java】java執行jar時,報 java.lang.UnsupportedClassVersionError
問題現象: java執行jar時,報 java.lang.UnsupportedClassVersionError java -jar main.jar -h 192.168.221.171 -u tdmp -p tdmp -d orcl -t tdmpta
運行用例時,報錯Unknow Error:Element xxx is not clickable……的解決方法
cut 處理 ebe 將他 最好 executor tro path img 通常這種情況是由於在點擊該元素時,js更換了元素屬性造成的。 所以可以采用js的方式進行處理 方法如下: WebDriver driver = new FirefoxDriver(); Web
安裝python3時,報錯提示api-ms-win-crt-runtime-l1-1-0.dll丟失
.dll mage 目錄 -o vpd lob 丟失 pad microsoft 背景: 安裝python3時會報錯,提示api ms win crt runtime l1-1-0.dll 丟失解決辦法 :一、安裝兩個補丁KB2999226 微軟下載鏈接 https://s
iOS打包上傳ipa文件時,報錯<ERROR ITMS-90096: "Your binary is not optimized for iPhone 5 - New iPhone apps......>的解決方案
splay update 分享圖片 trait tin log .com bmi graphic 很長一段時間習慣了用企業級證書發布,最近的新項目使用Xcode 9.1發布到AppStore時遇到了一個小問題(emm..其實問題跟Xcode版本沒關系,我也不知道為什麽要聲明
CreateProcess 建立帶命令列引數的程序時,報錯或者提示記憶體位置無效的可能的一個原因
可能的一個原因:命令列引數使用了常量。 例如: CreateProcess(NULL, "notepad",NULL,NULL,FALSE,CREATE_NO_WINDOW,NULL,NULL,&si,&pi); 解釋: pszApplicationName和ps
Linux下Java執行.class檔案,報錯找不到或無法載入主類
classpath配置的錯誤,所以找不到.class檔案。 原先的etc/profile中的classpath配置 export CLASSPATH=$JAVA_HOME/lib/tools.jar 更改後的: export CLASSPATH=.:$JAVA_HOME