The source code and dockerfile for the GSW2024 AI Lab.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

45 lines
1.6 KiB

4 weeks ago
  1. # Description
  2. Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
  3. Fixes # (issue)
  4. ## Type of change
  5. Please delete options that are not relevant.
  6. - [ ] Bug fix (non-breaking change which fixes an issue)
  7. - [ ] New feature (non-breaking change which adds functionality)
  8. - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  9. - [ ] This change requires a documentation update
  10. ### Screenshots
  11. Please attach before and after screenshots of the change if applicable.
  12. <!--
  13. Example:
  14. | Before | After |
  15. | ------ | ----- |
  16. | _gif/png before_ | _gif/png after_ |
  17. To upload images to a PR -- simply drag and drop an image while in edit mode and it should upload the image directly. You can then paste that source into the above before/after sections.
  18. -->
  19. # Checklist:
  20. - [ ] I have run the [`pre-commit` checks](https://pre-commit.com/) with `pre-commit run --all-files` (see `CONTRIBUTING.md` instructions to set it up)
  21. - [ ] I have commented my code, particularly in hard-to-understand areas
  22. - [ ] I have made corresponding changes to the documentation
  23. - [ ] My changes generate no new warnings
  24. - [ ] I have added tests that prove my fix is effective or that my feature works
  25. - [ ] New and existing unit tests pass locally with my changes
  26. <!--
  27. As you go through the checklist above, you can mark something as done by putting an x character in it
  28. For example,
  29. - [x] I have done this task
  30. - [ ] I have not done this task
  31. -->