faceair

Results 56 comments of faceair

These are the changes I made: * vmstorage: * change value format from float64 to []byte, use zstd compression * added option to fetch only timestamps, which can improve performance...

It looks like I can maintain VictoriaLogs on my own for a while, and later I will improve the compatibility with Loki and test the real performance. I look forward...

Approximately 10,000 hours of Chinese audio recordings are available here. https://github.com/wenet-e2e/WenetSpeech

I currently have some voice data. How should I start training a new language model? I've read some documents in the readme and nbs, but couldn't find the training steps.

"Request Timeout" is the timeout set for an HTTP request. I prefer to set the "Connect Timeout" to avoid long waits when establishing a connection. HTTP timeouts can generally be...

+1 不过我更倾向于将所有静态文件放进项目里面,本来管理页的访问频率就不高,不一定要用CDN,稳定才重要

比较奇怪 你使用命令 `adb shell input swipe 320 410 320 410 300` 能跳么?

可能是低版本的 Android 不支持这个命令或者低版本要求 root 权限?最后一个参数是按压时间,如果不能按住的话可能没啥好办法..