MNN/docs/pymnn/data.md

11 lines
244 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## data
```python
module data
```
data时数据模块提供了数据集(Dataset)和数据加载器(DataLoader),主要用于训练时的数据读取和预处理;
---
### `data Types`
- [Dataset](Dataset.md)
- [DataLoader](DataLoader.md)