Tensorflow與Keras版本對應 Posted on 2020-06-05 Edited on 2020-06-10 In Machine Learning Disqus: Symbols count in article: 2.5k Reading time ≈ 2 mins. 摘要錯誤: ModuleNotFoundError: No module named 'tensorflow.keras' Tensorflow、Kears版本對應錯誤 import方式錯誤: Read more »
Ubuntu Change Screen Resolution through the Terminal Posted on 2020-06-05 Edited on 2020-06-10 In Linux Disqus: Symbols count in article: 359 Reading time ≈ 1 mins. 摘要Xrandr工具可用於動態設定螢幕輸出解析度及比例,默認情況下,此軟體安裝在Ubuntu 18.04上。 Read more »
Install openssh-server on Ubuntu and ssh usage Posted on 2020-06-05 Edited on 2020-06-10 In Openssh Disqus: Symbols count in article: 1.8k Reading time ≈ 2 mins. Install opensshUpdate first 1sudo apt-get update -y Read more »
解決Ubuntu安裝軟體snap "code-insiders" has "install-snap" change Posted on 2020-06-05 Edited on 2020-06-10 In Linux Disqus: Symbols count in article: 203 Reading time ≈ 1 mins. 摘要⚠ 我通過Ubuntu自帶的『Software』下載安裝,可是他卻提示我: 1Unable to install "Visual Studio Code": snap "code" has "install-snap" change in progress. Read more »
Linux使用find指令查詢特定檔案及目錄並刪除 Posted on 2020-05-28 Edited on 2020-06-10 In Linux Disqus: Symbols count in article: 1.1k Reading time ≈ 1 mins. 摘要在Linux底下當我們要針對資料夾的特定檔案執行操作時,如果一個一個的做非常麻煩又沒消率,我們可以透過 find 指令解決這個問題,以下提供一個刪除檔案的例子。 Read more »