Feng Wang
Feng Wang
## 背景 1.实现fully量化的RetinaNet 2.将量化检测模型和vision/detection进行合并 ## 任务描述 1.现有RetinaNet受MegEngine版本限制仅仅量化了backbone部分,后续需要一个fully量化的RetinaNet 2.检测量化部分code有部分冗余,需要进行合并 ## 目标 将quant retinanet统一合入 vision/detection
Hi, I would like to regitster my own data type such as `onedrive://filename`, but I didn't find any docs. Could you plz and such docs?
Some tmux have version suffix `a`, here is an example output of my zsh terminal ``` >>> tmux -V tmux 3.3a ``` You may also check the release version from...
I’ve implemented my own debugger by inheriting from `TerminalPdb` and added a method: `do_pimg`. I want to be able to use `pimg + ` in `>ipdb` to automatically complete the...