紀錄第一份 Makefile 的撰寫 — all、clean 等 target,touch 產生檔案、rm 清除檔案。
介紹 Makefile 與 make 的基本觀念 — make 專注軟體建構、檢查檔案依賴關係、比 bash script 效率高。
介紹 Python 記憶體位置與 function 參數傳遞 — id() 追蹤變數位址、call by reference。
介紹 Python list comprehension — 一行產生 list、迴圈 + if 過濾、節省程式碼行數但要注意可讀性。
紀錄排除「Remote host identification changed」警告 — SSH key 更新。
Mac 快速鍵自用小抄 — 絕對路徑複製、filename 複製、高效操作技巧。
介紹 Python 快速將 list 轉 int — list comprehension 與 map。
推薦一個可以線上做回歸分析的網站 — 適合只需要微調、不想重訓 model 的場景;附 Excel 整理資料的小技巧。
解決 PIL JpegImageFile object 無 'shape' 屬性 — OpenCV 與 PIL 差異。
紀錄 TensorRT 讀到「engine plan file is generated on an incompatible device」的解法 — .trt weight 不能跨 GPU compute capability,要在目標 GPU 上重新轉一次。