RoachZhao

Results 191 comments of RoachZhao

@liuyingbin123 老哥你的 5 维改 4 维是按 channel 拆分的么?

@jxt1234 大佬 mnn-docs 的颜色主题能不能调整下。点击过的链接根本看不清楚。

@Adnan-annan you should change `std::string modelFilepath{ "./data/models/squeezenet1.1-7.onnx" };` to `std::wstring modelFilepath{ L"./data/models/squeezenet1.1-7.onnx" };` when using vs2019. The reason is the constructor function of Ort::Session session need type of wchat_t *...

Have to use `\\\\+` right? #113

Yes, caues comment this line,https://github.com/kotelnik/plasma-applet-thermal-monitor/blob/783536952c38bf26aefadb36d2dadd50c8ddc2c0/package/contents/ui/main.qml#L280 resulted in this variable `systemmonitorAvailableSources` never been used, so there is no error. And I think the code which removed in your patch and variable...

Maybe you should use `journalctl` like #52 to find the error as I'm not using this plasmoid.

Same issue, Manjaro KDE, cup fan shows `OFF` also.

@severnaside you mean this [plasmoid](https://store.kde.org/p/1173509/)?

I think this issue #52 is useful, cause I comment https://github.com/kotelnik/plasma-applet-thermal-monitor/blob/783536952c38bf26aefadb36d2dadd50c8ddc2c0/package/contents/ui/main.qml#L312 thisl line. No need refresh by yourself. But it's not a so good method. Cause I don't konw how...