zhc7

Results 6 issues of zhc7

**Type of issue**: Bug Report **Please provide the steps to reproduce the problem:** 1. clone chisel template 2. run `sbt test` 3. it fails **What is the current behavior?** I...

我仔细研究了一下,发现好像#158 排序混乱的根本原因是已读状态丢失。目前还没找到稳定复现的办法,不过好像一般发生在自动更新以后。有时候自动更新以后所有已读状态就全部变成未读了。

### 🐛 Describe the bug ``` import torch import torchaudio w1 = torch.zeros([1, 5760005761], dtype=torch.float32) a = torchaudio.transforms.Resample(8000, 16000)(w1) ``` The last line will cause a float point exception. This...

The source code of DeepSpeedEngineWrapper: ``` class DeepSpeedEngineWrapper: """ Internal wrapper for deepspeed.runtime.engine.DeepSpeedEngine. This is used to follow conventional training loop. Args: engine (deepspeed.runtime.engine.DeepSpeedEngine): deepspeed engine to wrap """ def...

enhancement
feature request

Hi, thanks for the great project! I’m currently working on the Sipeed LicheeRV Nano with the CV180X TPU. I’m trying to run a neural network on the TPU, but I...

Your issue may already be reported! Please search on the [issue tracker](https://github.com/pytorch/examples/issues) before creating one. ## Context * Pytorch version: 2.7.1 * Operating System and version: Ubuntu ## Your Environment...