Skip to content

Commit e1401c2

Browse files
committed
bugr
Signed-off-by: neuronflow <florian.kofler@tum.de>
1 parent faad064 commit e1401c2

1 file changed

Lines changed: 74 additions & 0 deletions

File tree

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
> [!NOTE]
11+
> If you encounter a bug related to one of the packages used in the tutorial, please report it in the GitHub repository of the relevant package, rather than in the tutorial repository itself.
12+
13+
14+
**Describe the bug**
15+
A clear and concise description of what the bug is.
16+
17+
**To Reproduce**
18+
Steps to reproduce the behavior:
19+
1. Go to '...'
20+
2. Install '....'
21+
3. Run commands '....'
22+
23+
**Expected behavior**
24+
A clear and concise description of what you expected to happen.
25+
26+
**Screenshots**
27+
If applicable, add screenshots to help explain your problem.
28+
29+
**Environment**
30+
31+
### operating system and version?
32+
e.g. Ubuntu 23.10 LTS
33+
34+
35+
### NVIDIA drivers and GPUs (if applicable)
36+
please paste the output of (or a more suitable base version for your system):
37+
```sh
38+
nvidia-smi
39+
```
40+
41+
You should see something like:
42+
```
43+
+---------------------------------------------------------------------------------------+
44+
| NVIDIA-SMI 530.30.02 Driver Version: 530.30.02 CUDA Version: 12.1 |
45+
|-----------------------------------------+----------------------+----------------------+
46+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
47+
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
48+
| | | MIG M. |
49+
|=========================================+======================+======================|
50+
| 0 NVIDIA RTX A5000 Off| 00000000:01:00.0 Off | Off |
51+
| 30% 17C P8 12W / 230W| 6MiB / 24564MiB | 0% Default |
52+
| | | N/A |
53+
+-----------------------------------------+----------------------+----------------------+
54+
| 1 Quadro RTX 8000 Off| 00000000:C1:00.0 Off | Off |
55+
| 33% 17C P8 9W / 260W| 6MiB / 49152MiB | 0% Default |
56+
| | | N/A |
57+
+-----------------------------------------+----------------------+----------------------+
58+
```
59+
60+
61+
### Python environment and version?
62+
e.g. Conda environment with Python 3.10. Check your Python version with:
63+
```sh
64+
python --version
65+
```
66+
67+
### version of brainles_preprocessing ?
68+
please specify your version of brainles_preprocessing (please make sure you run the latest version):
69+
```sh
70+
pip freeze | grep brainles_preprocessing
71+
```
72+
73+
**Additional context**
74+
Add any other context about the problem here.

0 commit comments

Comments
 (0)