Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the ultimate-addons-for-gutenberg domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /opt/bitnami/wordpress/wp-includes/functions.php on line 6114
Python - 八寶周的研究小屋

Tag Python

AI 本地模型 – PyTorch 環境安裝

在 AI 萌發的世代越來越多組織投入到模型的訓練,不只企業專用還有免費開源。相對於使用網頁產品受到代幣或會費的限制,在擁有夠力的設備下,我們也能夠自己運行略為遜色但免費的服務。

[Python] 音訊處理 – Audio 001 – Voice Characteristics

在聆聽過程中,我們透過音色辨別出了樂器,透過音量與音高判斷出樂曲情境。生活中非常基本的常態,卻有著複雜的表現方式。那在程式中,我們又如何將其視覺化或修改呢?不外乎都要透過聲音特徵,為此讓我們先複習下基礎吧。

[Python] 圖像處理 – Outline 001 – Edge Detection

在我自製「畫家小工具」該過程中,圖片轉線稿是最重要的功能,而生活中在圖像編輯時,人們也常常拓寬邊線形成如貼紙的效果。除上述以外,邊線也是種方便我們尋找物體與看出圖片架構的方式。那我們能透過那些方法找到邊線並加以利用呢?