Johann Li

Results 24 comments of Johann Li

(I wonder when ghc-mod is available for GHC-8.2.1)????

如果cpu或者 mcu 上面有 NPU 协处理器之类的话,厂商一般会有关于如果将神经网络移植到板子上的示例,比如隔壁 K210 芯片,就有相关的示例和库(nncase),stm32 好像也有(X-Cube-AI 啥的)。如果没有 NPU 或者 示例的话,那就要自己写引擎去使用模型参数来执行相关运算了。

Unreal engine 5 is released.......

Why my UPS2000-G-3KRTS usb port is a CH341 chip. 😭 And the driver does not work. The output of command `upsc ups` is: ``` Init SSL without certificate database Error:...

@biergaizi In a word, the only differences are the USB-to-serial chip and model name. I tried to modify the driver and test it on my UPS. It seems to have...

2021-12-04 I don't quite understand why they didn't use the CH34x chip from the beginning. 发件人: biergaizi 发送时间: 2022年6月18日 14:56 收件人: networkupstools/nut 抄送: Johann Li; Mention 主题: Re: [networkupstools/nut] Support...

@biergaizi ``` [ 19.692817] usbcore: registered new interface driver ch341 [ 19.701813] usbserial: USB Serial support registered for ch341-uart [ 19.711720] ch341 2-1.2:1.0: ch341-uart converter detected [ 19.721906] usb 2-1.2:...

There is another example, build for the platform `linux/amd64` on `linux/arm64` host (failed). It is success on `linux/amd64` host to build the platform `linux/amd64`. The output of failed one: ```...

Is it possible to auto-call `extend()` in the macro `Object`?

My current solution is: change ```rust async fn login(&self, context: &Context, user: String, hash: String, stamp: String) -> FieldResult { let result: Result = async { let mg = &context.data::()?;...