File tree Expand file tree Collapse file tree 3 files changed +96
-0
lines changed Expand file tree Collapse file tree 3 files changed +96
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : Create a report to help us improve
4
+ title : ' '
5
+ labels : bug
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ ** Describe the bug**
11
+ A clear and concise description of what the bug is.
12
+
13
+ ** To Reproduce**
14
+ Please provide a sample code for us to reproduce the issue.
15
+
16
+ ``` C#
17
+
18
+ ```
19
+
20
+ ** Expected behavior**
21
+ A clear and concise description of what you expected to happen.
22
+
23
+ ** Please complete the following information:**
24
+ - OS: [ e.g. Windows, Linux, MacOS]
25
+ - Package Type [ e.g. torchsharp-cpu, torchsharp-cuda-windows, torchsharp-cuda-linux]
26
+ - Version [ e.g. 0.105.0]
27
+
28
+ ** Additional context**
29
+ Add any other context or screenshots about the feature request here.
30
+
31
+ ---
32
+
33
+ Thanks for your contribution! ⭐
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Missing Feature
3
+ about : Suggest an idea for this project
4
+ title : ' '
5
+ labels : Missing Feature
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ ** Is your feature request related to a missing implementation of PyTorch? Please describe.**
11
+
12
+ - A clear and concise description of what is missing in ` TorchSharp ` :
13
+
14
+ - Link for ` PyTorch ` implementation:
15
+
16
+ - Example code for ` PyTorch ` implementation:
17
+
18
+ ``` python
19
+
20
+ ```
21
+
22
+ ** Describe the solution you'd like**
23
+ A clear and concise description of what you want to happen.
24
+
25
+ ** Please complete the following information:**
26
+ - OS: [ e.g. Windows, Linux, MacOS]
27
+ - Package Type [ e.g. torchsharp-cpu, torchsharp-cuda-windows, torchsharp-cuda-linux]
28
+ - Version [ e.g. 0.105.0]
29
+
30
+ ** Additional context**
31
+ Add any other context or screenshots about the feature request here.
32
+
33
+ ---
34
+
35
+ Thanks for your contribution! ⭐
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Question
3
+ about : Questions related to the TorchSharp
4
+ title : ' '
5
+ labels : question
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ ** Please describe your question**
11
+
12
+ ** Please share a code example for the context**
13
+
14
+ ``` C#
15
+
16
+ ```
17
+
18
+ ** Please complete the following information:**
19
+ - OS: [ e.g. Windows, Linux, MacOS]
20
+ - Package Type [ e.g. torchsharp-cpu, torchsharp-cuda-windows, torchsharp-cuda-linux]
21
+ - Version [ e.g. 0.105.0]
22
+
23
+ ** Additional context**
24
+ Add any other context or screenshots about the feature request here.
25
+
26
+ ---
27
+
28
+ Thanks for your contribution! ⭐
You can’t perform that action at this time.
0 commit comments