Mengqing Cao

Results 15 issues of Mengqing Cao

My dataset contains 3D .obj data, and I have convertted obj files into off files. However, when I run the sample_mesh.py, it reports error. I wonder how can I solve...

### What is the feature? - About the feature Extract RGBD data and split info from the official SUNRGBD dataset using python scripts. - How it can help Convenient for...

The user base for [Ascend NPU](https://www.hiascend.com/en/) and programming with CANN is increasing rapidly, with a growing number of users joining each day. To facilitate the use of these users, this...

category: cann

openclip performs great on CLIP model training and inference, but unfortunately, it seems to only support gpu and cpu at the moment. I notice that there is a need for...

I am a user of NPU. When I used TIMM recently, I found that it does not support NPU natively. It's pleasure to see that someone has made some contributions...

**fix #847** The stopping criteria is updated in the latest `transformers`(V4.39.3 now). The return result is modified to a tensor (`torch.full((input_ids.shape[0],), is_done, device=input_ids.device, dtype=torch.bool)` ) instead of a bool value,...

**Is your feature request related to a problem? Please describe.** I'm running wenet on Ascend NPU device recently. And I find that the scripts, e.g., `train.py`, `recognize.py`, `./cli/modle.py`, only support...

# What does this PR do? Add dockerfile for Ascend NPU, based on PyTorch. ## Before submitting - [N/A] This PR fixes a typo or improves the docs (you can...

related to #2513 - 添加 device 参数,修改 cuda 相关硬编码,方便接入 torch 已支持的不同后端 - 保持原有调用 gpu 用法,防止大量修改破坏原有代码 - 添加训练和推理的 Ascend NPU 支持 - 添加使用 npu 的 aishell s0 和 whisper 训练脚本(相比 gpu...

# Description Enable Ascend NPU backend for finetuning, inferencing and gradio webui. Main changes: - modify the hard code related to cuda and abstract to `device` - add NPU related...