Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

question.yaml 1.5 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
  1. name: 💡 Question
  2. description: Ask a question to get help or clarification
  3. body:
  4. - type: markdown
  5. attributes:
  6. value: >
  7. ### Before submitting a question, please make sure it hasn't been already addressed by searching through [existing documentation](https://docs.deci.ai/super-gradients/documentation/source/welcome.html) or in ah [open issues](https://github.com/Deci-AI/super-gradients/issues?q=is%3Aissue+sort%3Acreated-desc+).
  8. - type: textarea
  9. attributes:
  10. label: 💡 Your Question
  11. description: |
  12. Please provide a clear and concise question about the project. Be as specific as possible to facilitate effective responses.
  13. Include any relevant code snippets or examples to support your question. This will help us understand the context of your question better.
  14. placeholder: |
  15. Your clear and concise question here.
  16. ``` python
  17. # Relevant code snippet (if applicable)
  18. ```
  19. validations:
  20. required: true
  21. - type: textarea
  22. attributes:
  23. label: Versions
  24. description: |
  25. To help us understand the context better, you can run the following and paste the output below.
  26. ```sh
  27. wget https://raw.githubusercontent.com/pytorch/pytorch/main/torch/utils/collect_env.py
  28. # For security purposes, please check the contents of collect_env.py before running it.
  29. python collect_env.py
  30. ```
  31. validations:
  32. required: false
  33. - type: markdown
  34. attributes:
  35. value: >
  36. Thanks for asking your question! Our community will do their best to help you. 🙌
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...