add autodl

This commit is contained in:
mhz
2024-08-25 18:02:31 +02:00
parent 192f286cfb
commit a0a25f291c
431 changed files with 50646 additions and 8 deletions

View File

@@ -0,0 +1,24 @@
---
name: Bug Report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Please provide a small script to reproduce the behavior:
```
codes to reproduce the bug
```
Please let me know your OS, Python version, PyTorch version.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.

View File

@@ -0,0 +1,15 @@
---
name: Questions w.r.t. an AutoDL algorithm
about: Ask questions about or discuss on some algorithms
title: ''
labels: ''
assignees: ''
---
**Which Algorithm**
Please put the title of the AutoDL algorithm that you want to ask here.
**Describe the Question**
A clear and concise description of what the bug is.