Starsky Wong

Results 4 comments of Starsky Wong

The loss function and input image resize or crop is the most important. Could you explain what is "multilabel logistic loss" in detail? AFAIK, there is a squared loss which...

> @so1n > hi,你可以尝试使用一下网页版看看有没有这个问题嘛?需要定位问题是来自 electron 还是本来飞书的网页端 确实新消息来了不能更新,只能切换到开发者模式按F5,网页版没有这个问题。所以能不能增加F5快捷键刷新呢?

Try this, change `modules/initialize.py` line 154: from: ```python Thread(target=load_model).start() ``` to: ```python m_thread = Thread(target=load_model) m_thread.start() m_thread.join() ```

Thank you for your pull request. But I don't think it's necessary, submitting it to the kramed repo is better. If you can make this as a option, such as:...