mirror of
https://github.com/open-mmlab/mmpretrain.git
synced 2025-06-03 14:59:18 +08:00
32 lines
622 B
Markdown
32 lines
622 B
Markdown
---
|
|
name: General questions
|
|
about: 'Ask general questions to get help '
|
|
title: ''
|
|
labels: help wanted
|
|
assignees: ''
|
|
---
|
|
|
|
### Checklist
|
|
|
|
- I have searched related issues but cannot get the expected help.
|
|
- I have read related documents and don't know what to do.
|
|
|
|
### Describe the question you meet
|
|
|
|
[here]
|
|
|
|
### Post related information
|
|
|
|
1. The output of `pip list | grep "mmcv\|mmcls\|^torch"`
|
|
[here]
|
|
2. Your config file if you modified it or created a new one.
|
|
|
|
```python
|
|
[here]
|
|
```
|
|
|
|
3. Your train log file if you meet the problem during training.
|
|
[here]
|
|
4. Other code you modified in the `mmcls` folder.
|
|
[here]
|