iT邦幫忙

增廣建文 的所有回答 56

關於DB-GPT安裝部署流程疑問

記得GPU的顯存要大於16GB再嘗試 安裝步驟 準備Mysql DB $ docker run --name=mysql -p 3306:3306 -e...

2023-06-04 ‧ 由 style840102 提問

請教Python程式語言,涉及時間序列的機器學習預測模型選擇疑問!類似鳶尾花

可以先簡單前處理後直接丟個tree based model看看效果 如果資料量夠大或是覺得時序列資訊很重要可以嘗試LSTM 看能不能有更多資訊來建user e...

2023-05-13 ‧ 由 style840102 提問

JS button 如何取得input 的files 檔案來讀取

如果只是因為檔名相同而卡住,可以參考 https://stackoverflow.com/questions/4109276/how-to-detect-in...

2023-05-13 ‧ 由 noway 提問

ubuntu 中firefox的中文字體錯誤

底下作法只有在xfce4上測試過,理論上Ubuntu desktop自帶的GNOME應該也能用就是 sudo apt-get install language-...

2023-05-01 ‧ 由 lintzuchi31 提問

影像辨識:yolov5 辨識物品後產生連結

這篇怎麼感覺是重複發 https://ithelp.ithome.com.tw/questions/10212858

cuda drive與cuda api 版本不一樣導致找不到 libcublasLt.so.12

Pytorch有支援CUDA 11.6 & 11.7的wheel # CUDA 11.6 conda install pytorch==1.13.1 t...

2023-04-16 ‧ 由 alanotmt 提問

使用訓練好的模型

單純就size 921600的array不能被reshape成(1,28,28)看到底是reshape給的size錯還是input array size錯

yfinance指令異常

Since December 2022 Yahoo has been encrypting the web data that yfinance scrape...

2023-04-08 ‧ 由 ujunnng 提問