iT邦幫忙

增廣建文 的所有回答 52

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 提問

datareader 讀取股票資料時產生錯誤

那套件壞了吧 Github上很多相關issue https://github.com/pydata/pandas-datareader/issues/956...

2023-04-01 ‧ 由 ujunnng 提問

在jupyter notebook 運行CycleGan 的程式錯誤, 無法捕捉GPU 設置

感覺是一個很常見的問題 https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues?q=mo...

2023-03-27 ‧ 由 hkhk789123 提問

Tensorflow 的Object Detection((在Training the Model訓練時出現問題))

確定安裝的tensorflow版本是不是1.14(我看你還在用python3.6所以猜應該沒用錯) 確定執行到現在沒有漏掉底下的任何一步 cd models...

2023-03-24 ‧ 由 Maggie 提問

請問有沒有線上版平台可以練習React.js專案呢?

Gitpod - 如果習慣VScode的介面就會用得很順手 Code Sandbox - 好用又符合你的需求BJ4 stackblitz - 不會輸code...