Results 10 issues of wei.li

Hello, I am very sorry to come here to ask questions. I started the vpn project Lantern on ubuntu16. 4 and reported the following error. What should I do? `Running...

Thank you very much for your innovative work, if I want to train a model with 64 or 98 key points. What other modifications are needed besides modifying point_num. Please...

I want to use WebChimera.js to complete a project. But testing demo wcjs-ugly-demo does not work. Report the following error: `Received first picture index.html:16 Uncaught TypeError: Cannot read property 'render'...

When I use CUDA VoxelGrid for filtering, and use the filtered data to prepare for Cluster. when doing the cudaExtractCluster object construction it reports "------------checking CUDA VoxelGrid---------------- Cuda failure: an...

# ❓ Questions and Help Hello, I am requesting assistance. I encountered the following error while using from xformers.ops import SwiGLU. My environment is cuda 11.8, torch 2.1.2+cu118, torchaudio 2.1.2+cu118,...

**Describe the bug** When deploying MiniGPT-v2, I encountered the following error while running the example: Could not create share link. Please check your internet connection or our status page: https://status.gradio.app....

I run this demo. The following error occurred =========================== Uncaught TypeError: Cannot read property 'addRule' of undefined at Object. (F:\test\node_modules\wcjs-player\index.js:41:36) at Module._compile (module.js:648:30) at Object.Module._extensions..js (module.js:665:10) at Module.load (module.js:569:32) at...

### System Info ```Shell python 3.10 ``` ### Information - [ ] One of the scripts in the examples/ folder of LeRobot - [X] My own task or dataset (give...

✨ Enhancement

Hello, Thank you very much for open-sourcing such an interesting project. I followed the prompt steps and conducted a test. However, there was an error during the rendering process, which...

你好非常感谢你共享出如此清晰,可读性那么高的代码供我学习。但是在代码中有一处我没有想太明白,想请教一下。 在model.py文件DecisionTransformer类的forward函数中最后对动作、状态进行预测哪一部分。 ``` h = self.embed_ln(h) # transformer and prediction h = self.transformer(h) # 修改 h 的形状, 使得 [B, 3 * T, H] -> [B, 3, T, H] # h[:,...