What problem does it solve? Running audio understanding model benchmarks on Hygon DCU hardware requires manual container setup, dataset mounting, inference execution, and metric collection, which is error-prone and hard to reproduce. ## Core Features & Use Cases - Automated DCU Container Setup: Launches a preconfigured Docker environment with Hygon DTK, PyTorch, and SpeechBrain, mounting model checkpoints, LMDB datasets, and config files. - Language Identification Inference: Runs the lang-id-voxlingua107-ecapa model on the foundation-lid (VoxLingua107) dataset covering 107 languages. - Metric Collection: Extracts accuracy, average inference time, success rate, and sample counts from acc_report.json into a structured result.json. - Use Case: Ask the agent to test the lang-id-voxlingua107-ecapa model on Hygon DCU, and it will start the container, run inference, and report accuracy and per-sample latency. ## Quick Start Ask the agent to test the lang-id-voxlingua107-ecapa language identification model inference performance on Hygon DCU with the foundation-lid dataset.