Nat
Nat
the same problem : (
個人猜測是病別分類 這邊csv file可以參照 https://github.com/GaoQ1/ner-slot_filling/blob/master/assets/raw_corpus/DICT_NOW.csv 但我不是相關專業,詳細意思需要作者解釋
順便借樓問一下 ---- 我用Mac跑這個數據集,會出現找不到B-DIS的key error 但使用linux就可以正常training 同樣一份clone,怎麼都找不到bug 想請問作者有遇到過這樣的問題嗎?
我後來是按照格式自己生成文件 就沒有這個問題了
感謝解說 那麼,如果打開`--ir_optim `的話,是針對單一batch還是多個來源的輸入?
This may occur ercursion error tested in 2.9.0 with image `apache/airflow:slim-2.9.0-python3.9`. ``` File "/home/airflow/.local/lib/python3.9/site-packages/sqlalchemy/sql/type_api.py", line 1497, in __getattr__ return getattr(self.impl, key) File "/home/airflow/.local/lib/python3.9/site-packages/sqlalchemy/sql/type_api.py", line 1497, in __getattr__ return getattr(self.impl, key)...
如果我使用 selenium 去抓 iframe 的話,可能會撞到 requests 的功能,這樣也沒關係嗎? : O
Replace the line with this and it'll be fixed. Before: ```python params = torch.tensor(params.copy()).half() ``` After: ```python params = torch.from_numpy(np.array(params)).half() ```
這專案做法看起來是去檢測是否存在某CSS的元素 存在才會繼續執行,我這邊也檢測不到導致無法work
Hi istudywater, Is the file [heic2png.py](https://github.com/NatLee/HEIC2PNG/blob/main/src/heic2png/heic2png.py) located in the same directory as your scripts? How do you import `HEIC2PNG`? Could you share some snippets?