feathercyc
feathercyc
**General Question** I wanna add Nebula support for Opendal, so I need to treat Nebula as a KV-like database. I plan to do like this: ```nGQL // create test space,...
I‘ve noticed that SQLite has impl scan fn, while MYSQL, PostgreSQL, D1, and SurrealDB have not yet impl it. Since they are all SQL dbs (actually, I'm not quite sure...
Hello, I am creating a new client for NebulaGraph, so I have reused some of the code from `nebula-rs`. Thank you in advance for your work. I couldn't find the...
The `compat` feature of `futures` is used by `futures v0.3` to interact with `futures v0.1`. I haven't found a place in the current Rust implementation where this feature is needed...
我的运行环境是: CPU: i5-13600k 显卡: 7900xtx 在 CPU 环境下,我跑了 ocr 的 model32px 的各部分耗时。encoder 和 decoder 都问题不大,耗时都是150ms左右,虽然也有优化空间。但是身为 backbone 的 resnet34 处理一张 32x100 的图片竟然要 2s。torch 官方那个 resnet34 只需要50ms 就能跑完。 我不太清楚怎么这么慢,这个 resnet34 也就比 torch...