Update issue templates

This commit is contained in:
Victor Hall 2023-03-12 13:35:42 -04:00 committed by GitHub
parent 9389a90c67
commit 08a0e7a13e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

19
.github/ISSUE_TEMPLATE/error-report.md vendored Normal file
View File

@ -0,0 +1,19 @@
---
name: Error Report
about: For ERRORS that halt training
title: "[ERROR]"
labels: ''
assignees: ''
---
**Attach log and cfg**
*PLEASE* attach the ".log" and "_cfg.json" from your logs folder for the run that failed. This is absolutely critical to providing assistance. These files are always generated and saved in the "logs" folder under project_name_timestamp folder every run. For cloud hosts, you can download the files. For Google Colab these are likely being saved to your Gdrive.
**Runtime environment (please complete the following information):**
- OS: [e.g. Windows 10, Ubuntu Linux 22.04, etc]
- Is this your local computer or a cloud host? Please list the cloud host (Vast, Google Colab, etc)
- GPU [e.g. 3090 24GB, A100 40GB]
**Additional context**
Add any other context about the problem here.