Yipeng Tang
Yipeng Tang
For Pointnet++, the paper has mentioned both MRG and MSG methods in _3.2 Hierarchical Point Set Feature Learning_. In ./models/pointnet2_util.py, there are _PointNetSetAbstractionMsg_ class and _PointNetSetAbstraction_ class. I think _PointNetSetAbstractionMsg_...
I have noticed that there comes torch.distributions.utils.probs_to_logits after forward propagation: train.py 115~117: ``` scores = model(points)#[b, 40960, 6]->[b, 14, 40960] logp = torch.distributions.utils.probs_to_logits(scores, is_binary=False) ``` why needs torch.distributions.utils.probs_to_logits? Can I...
I have installed mpldatacursor and I can run the Basic Usage. However I want to get the interactive "data cursors" when plot 3d points, but I found it cannot work....
`python gradio_canny2image.py logging improved. Traceback (most recent call last): File "gradio_canny2image.py", line 6, in import gradio as gr ... ValueError: Unknown scheme for proxy URL URL('socks://127.0.0.1:10801/') ` How to solve...
How to solve this problem?
The [tutorial ](https://pytorch.org/cppdocs/notes/tensor_basics.html#cuda-accessors) gives an example about using _packed_accessor64_ to access tensor elements efficiently as follows. However, I still do not know how to use _packed_accessor64_. Can anyone give me...
采用[微调脚本](https://github.com/datawhalechina/self-llm/blob/master/bilibili_Index-1.9B/04-Index-1.9B-Chat%20Lora%20%E5%BE%AE%E8%B0%83.md)微调出现错误: **ValueError: Can't find 'adapter_config.json' at './output/Index-1.9B-Chat-lora/checkpoint-600'**
如何将Qwen-vl 模型转化为onnx格式?
I need to use the RealSense R200, which requires the `pyrealsense` library. However, when I try to install `pyrealsense`, I encounter the following error: ``` (test) C:\Users\51745>pip install pyrealsense Collecting...