pytorch / benchmark

TorchBench is a collection of open source benchmarks used to evaluate PyTorch performance.
BSD 3-Clause "New" or "Revised" License
815 stars 259 forks source link

tts_angular failed at training #2269

Open jinsong-mao opened 1 month ago

jinsong-mao commented 1 month ago

Hi, the tts_angular failed at training with the following error message: image

Looks it's also failed in the dashboard, what's the root cause of this issue? any plan to make it work?

Thanks

xuzhao9 commented 1 week ago

I can reproduce this with the command:

$ python run_benchmark.py dynamo --only tts_angular --performance --training --amp --backend=inductor

This should be an issue of PT2 (TorchInductor) rather than the benchmark itself. Please report this issue to pytorch/pytorch and add inductor tag.