Shoufa Chen

Results 18 issues of Shoufa Chen

https://github.com/MVIG-SJTU/AlphAction/blob/db19364dd2b15905ae4b70a7acd9bb9b34ccb04b/alphaction/structures/bounding_box.py#L88-L89 Hi, Thanks for your awesome work. I noticed that you use `TO_REMOVE=1` when the box mode is converted from `xywh` to `xyxy`. I am confused by this. Would you...

I am curious about why the Anchor values in this [project ](https://github.com/longcw/yolo2-pytorch/blob/master/cfgs/config_voc.py#L15)are different from the [darknet](https://github.com/pjreddie/darknet/blob/master/cfg/yolov2-voc.cfg#L242)? And does this have impacts on the mAP?

Hi, Thank you for the great work. I am sorry I don't understand why does MobileViT neither loses the patch order nor the spatial order of pixels within each patch?...

Hi, How does `args.dynamic_batchsize` work?

Hi, When I installed mmpose in this repo, I found there is no `mmpose/version.py` file. ``` Traceback (most recent call last): File "", line 1, in File "/home/chenshoufa/workspace/HRFormer/pose/setup.py", line 105,...

Hi, @unixpickle Thanks for your awesome work and open source. I met the `nan` issue when training on ImageNet 128x128, ``` ----------------------------- | lg_loss_scale | -1.62e+04 | | loss |...

Hi, @unixpickle @prafullasd Thanks for your wonderful work. I'd like to know is there any explanation for the low GPU utilization?

When loading the converted `ggml-alpaca-7b-q4.bin` model, I met the error: ``` >>> llm = LlamaCpp(model_path="ggml-alpaca-7b-q4.bin") llama_model_load: loading model from 'ggml-alpaca-7b-q4.bin' - please wait ... ggml-alpaca-7b-q4.bin: invalid model file (bad magic...