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.

44 lines
1.2 KiB

2 years ago
  1. ---
  2. name: Bug
  3. about: Report a bug
  4. title: "[Bug] name your bug"
  5. labels: bug, invalid
  6. ---
  7. - [ ] I didn't find a similar issue already open.
  8. - [ ] I read the documentation (README AND Wiki)
  9. - [ ] I have installed FFMpeg
  10. - [ ] My problem is related to Spleeter only, not a derivative product (such as Webapplication, or GUI provided by others)
  11. ## Description
  12. <!-- Give us a clear and concise description of the bug you are reporting. -->
  13. ## Step to reproduce
  14. <!-- Indicates clearly steps to reproduce the behavior: -->
  15. 1. Installed using `...`
  16. 2. Run as `...`
  17. 3. Got `...` error
  18. ## Output
  19. ```bash
  20. Share what your terminal says when you run the script (as well as what you would expect).
  21. ```
  22. ## Environment
  23. <!-- Fill the following table -->
  24. | | |
  25. | ----------------- | ------------------------------- |
  26. | OS | Windows / Linux / MacOS / other |
  27. | Installation type | Conda / pip / other |
  28. | RAM available | XGo |
  29. | Hardware spec | GPU / CPU / etc ... |
  30. ## Additional context
  31. <!-- Add any other context about the problem here, references, cites, etc.. -->