PinnedPublished inLevel Up CodingPython Trick: Lazy Module LoadingIntroductionFeb 10, 2020Feb 10, 2020
PinnedPython 繼承 543相信寫 OOP 的人對於繼承這個概念應該不陌生,Python 身為一個支援 OOP 的語言,自然也支援繼承。由於 Python 2 已經慢慢被淘汰,下面的例子會以 Python 3 為準做說明。May 13, 20182May 13, 20182
PinnedPublished inTowards Data ScienceAn End-to-End Tutorial Running Convolution Neural Network on MCU with uTensorMy attempt to showcase CNN on uTensor did not succeed at the COSCUP Taiwan, in 2018. The problem was, I accidentally fed the same image to…Apr 5, 20191Apr 5, 20191
CUDA 學習筆記: CMake + pybind11想說謊稱 ML developer 這麼多年了,不手寫一下 CUDA 說不過去吧?最近待業在家就點開了 Udemy 買了一門 CUDA 的課來好好上一下。Jan 8Jan 8
代理人 AI — Letta (Part 1)最近上了 deeplearning.ai 上面的一個短期課程,是由 Letta 的創辦人開的課。標題也滿吸引人的,叫 LLMs as Operating Systems: Agent Memory ,主要就是介紹透過 Letta 這個 framework 去讓你的 LLM…Dec 8, 2024Dec 8, 2024
CPython 開發筆記: CMake 設定最近比較有時間,就打算好好研究一下 TorchDynamo。中間無意間看到 PEP-523 這個 TorchDynamo 實現 JIT compile 的主要 CPython API ,好奇心驅使下就開始跟 CPython 玩了一下。過程中用了 CMake 來管理實驗用的…Nov 1, 2024Nov 1, 2024