paul0728
paul0728
使用文檔當中的超參數建議執行run_hyper.py 跑RippleNet model會產生以下錯誤  檢查了問題釋出在train_neg_sample_args choice [{'uniform':1}, {'uniform':2}, {'uniform':5}, {'uniform':10}] 的設置 請問怎麼樣才可以正確執行?謝謝
文檔中的建議如下 learning_rate choice [0.01,0.005,0.001,0.0005,0.0001] n_memory choice [4, 8. 16. 32] train_neg_sample_args choice [{'uniform':1}, {'uniform':2}, {'uniform':5}, {'uniform':10}] 其中n_memory 的句號應改成逗號
有兩個問題: 1.在.yaml 檔案設置train_neg_sample_args: None, self.final_config_dict.get("train_neg_sample_args") 會得到'None' string 而非None(此錯誤可以藉由設置train_neg_sample_args: ~ 解決) 2.我的.inter資料集具有等量的label=1和label=0,因此想要直接將label=0資料視為負樣本,所以設置train_neg_sample_args: ~,但得到以下錯誤訊息 
### Issue {"error": "Internal Server Error", "status": 500}   ### Command Line Arguments python -m manga_translator -v --mode api --use-gpu --port 5004 ### Console logs...
### Scarab Version v1.34.0.0 ### Hollow Knight Version v1.5.78.11833 ### Steps to Reproduce When I press the "Disable API" button in the bottom left corner of the scarab interface, it...
我使用sakura-13b-lnovel-v0.9-Q4_K_M.gguf 模型 大部分的情況是有辦法翻譯但偶爾會遇到以下問題: 1.原始文本与翻译文本的行数不匹配。原始文本行数: 1, 翻译文本行数: 4: 有時候會卡一陣子而無法翻譯,需要一句一句翻  2.WARNING:BallonTranslator:You are utilizing an outdated version of the OpenAI Python API.: 但是我是用pip install -r requirements.txt安裝 然後我在使用sakura模型而不是chatgpt 不知道為何會跳出此warning 
如題,小牛翻譯免費額度大,品質也不錯,希望能新增接口
https://github.com/dmMaze/BallonsTranslator/assets/44644609/c626835a-daf3-47cf-8ed1-fb231ab814d6 如影片所示,左鍵矩形工具將文字mask掉以後,將掩膜透明度條最大,再第二次按左鍵矩形工具,mask的白色部分消失了,但是將掩膜透明度條到原本狀態(最小),會看到原文的字還是被mask掉的(代表mask其實還在只是不顯示)。這個bug不是每次都會發生。
如題,無法下載weight,是否可以重新提供?謝謝