Jianing Yang
Jianing Yang
## 🚀 Feature Request Would it be possible to upload an example for TIMIT for demonstration purpose? All other Speech Recognition datasets are kinda too large to download when just...
**3D-GRAND: A Million-Scale Dataset for 3D-LLMs with Better Grounding and Less Hallucination** is a new paper on million-scale densely grounded 3d-text dataset and evaluation benchmark of hallucination. Website: https://3d-grand.github.io/ Thanks!
## What does this PR do? The current type check of `plugins` for Trainer is restricted to `list` by `isinstance(plugins, list)`. However, if `plugins` is instantiated from something like Hydra...