Skip to content

5 月 2020

[已解決] RuntimeError: Input and parameter tensors are not at the same device, found input tensor at cpu and parameter tensor at cuda:0

Last Updated on 2021-06-28 by Clay

今天,我在使用 PyTorch 讀取一個已經訓練好的模型進行全新資料的分類時,意外地遇到了以下這個報錯:

RuntimeError: Input and parameter tensors are not at the same device, found input tensor at cuda:1 and parameter tensor at cuda:0
Read More »[已解決] RuntimeError: Input and parameter tensors are not at the same device, found input tensor at cpu and parameter tensor at cuda:0

[Python] 使用 googletrans 套件來進行 Google 翻譯

Last Updated on 2021-06-28 by Clay

如果今天我們想要進行文字的翻譯,大部分的人想必都會不約而同地使用 『Google 翻譯』吧!畢竟一來 Google 翻譯的名聲相當響亮、二來由於近年來 NLP 相關的深度學習技術越來越成熟,Google 翻譯的品質也是逐年提昇。

Read More »[Python] 使用 googletrans 套件來進行 Google 翻譯

[VIM] 使用 colorscheme 設定主題顏色

Last Updated on 2021-06-23 by Clay

在使用 VIM 編輯器的時候,若不偶爾玩玩 VIM 可以調整的主題顏色 "colorscheme" 就太無趣了。透過安裝主題顏色的 ".vim" 檔案在 "~/.vim/colors/" 資料夾底下,加上在 "~/.vimrc" 設定檔當中進行設定,我們就能任意調整為各式各樣的主題顏色,豐富我們使用 VIM 的體驗。

Read More »[VIM] 使用 colorscheme 設定主題顏色
Exit mobile version