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.8 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
44
45
46
  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. #### You can also try using our AI helper to get a fast answer
  9. [![Tri asking our AI helper](https://github.com/Deci-AI/super-gradients/raw/master/documentation/assets/SG_img/try_ai.png)](https://docs.deci.ai/super-gradients/latest/documentation/source/welcome.html?autoClick=true)
  10. - type: textarea
  11. attributes:
  12. label: 💡 Your Question
  13. description: |
  14. Please provide a clear and concise question about the project. Be as specific as possible to facilitate effective responses.
  15. Include any relevant code snippets or examples to support your question. This will help us understand the context of your question better.
  16. placeholder: |
  17. Your clear and concise question here.
  18. ``` python
  19. # Relevant code snippet (if applicable)
  20. ```
  21. validations:
  22. required: true
  23. - type: textarea
  24. attributes:
  25. label: Versions
  26. description: |
  27. To help us understand the context better, you can run the following and paste the output below.
  28. ```sh
  29. wget https://raw.githubusercontent.com/pytorch/pytorch/main/torch/utils/collect_env.py
  30. # For security purposes, please check the contents of collect_env.py before running it.
  31. python collect_env.py
  32. ```
  33. validations:
  34. required: false
  35. - type: markdown
  36. attributes:
  37. value: >
  38. 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...