[Linux] 下載百度盤分享檔案的方法
眾所皆知,中國的百度雲端上有著各式各樣的資料與檔案,在 NLP 的研究領域中,更是存在著許許多多貴重的資料。
Read More »[Linux] 下載百度盤分享檔案的方法眾所皆知,中國的百度雲端上有著各式各樣的資料與檔案,在 NLP 的研究領域中,更是存在著許許多多貴重的資料。
Read More »[Linux] 下載百度盤分享檔案的方法GRU (Gate Recurrent Unit),我個人並不確定其是否存在著中文譯名。它與 LSTM 同樣為 RNN (循環神經網路) 的變體,也與 LSTM 同樣旨在解決 RNN 當中存在著的梯度問題。
Read More »關於 GRU 的圖解概論筆記我曾經在 Stanford CoreNLP 教學 —— by Python 紀錄了該如何透過 Python 調用 Stanford CoreNLP 這個由 Stanford 團隊開發的好用工具。不過,就在最近我重新按照我自己寫的流程操縱的時候,我在新的版本遇到了以下這樣的問題:
Read More »[已解決] OSError: stanford-chinese-corenlp-yyyy-MM-dd-models.jar not exists. You should download and place it in the models/stanford-corenlp-4.0.0/ first.今天我在 Linux 作業系統中啟動 Steam 的時候,得到了以下這樣的報錯:
X Error of failed request: GLXBadContext Major opcode of failed request: 155 (GLX) Minor opcode of failed request: 183 (X_GLXIsDirect) Serial number of failed request: 181 Current serial number in output stream: 31
Read More »[已解決] X Error of failed request: GLXBadContext Major opcode of failed request: 155 (GLX) Minor opcode of failed request: 183 (X_GLXIsDirect) Serial number of failed request: 181 Current serial number in output stream: 31事情是這樣的:今天,我在嘗試著使用 Python 自己寫一個快速進行前處理的程式,寫好之後順手將其包裝成一個 Class 方便以後的擴充。但是就在我包裝好後一測試,就有了以下這樣的報錯:
TypeError: 'str' object is not callable
Read More »[已解決] TypeError: 'str' object is not callable在我們進行自然語言處理 (NLP) 任務的時候,有時候,我們會需要進行『兩個句子』的比對,好用來確認他們兩者之間相似不相似 —— 當然,如果想要比較文本,也是可以這麼做,不過稍微有點少見。
Read More »使用 Python 計算兩句子的最短編輯距離 (Minimum Edit Distance)《君逝之夏》,台灣好像翻譯叫做《你死亡的夏天》—— 但我覺得《君逝之夏》聽起來比較好感覺,於是乎就直接這麼打上去了。總之,我今天想要來紀錄這部漫畫的讀後心得。
Read More »[漫畫]《君逝之夏》讀後心得今天在偶然的情況下,我遭遇了這個報錯 (其時報錯的不是我的 Code):
IndexError: Dimension out of range (expected to be in range of [-1, 0], but got 1)
Read More »[已解決][PyTorch] IndexError: Dimension out of range (expected to be in range of [-1, 0], but got 1)在 Linux 作業系統當中,我們可以盡情地使喚電腦完成我們想要完成的功能,不論是自動整理信件、自動檔案排序、效能檢測、重複執行某項任務 —— 我們都可以通過撰寫 Linux 當中的 Shell Script (命令稿) 來完成。
Read More »[Linux] 在 Shell Script 當中輸入參數