You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Create a report to help us reproduce and fix the bug
3
+
title: "[Bug]: "
4
+
labels: ["bug"]
5
+
6
+
body:
7
+
- type: markdown
8
+
attributes:
9
+
value: >
10
+
Thank you for taking the time to file a bug report.
11
+
Before creating a new issue, you can have a quick look to the [FAQ](https://github.com/PolymathicAI/the_well/discussions/categories/q-a?discussions_q=category%3AQ%26A+) and [existing issues](https://github.com/PolymathicAI/the_well/issues).
12
+
- type: textarea
13
+
attributes:
14
+
label: "Describe the issue:"
15
+
placeholder: |
16
+
<< your issue description here >>
17
+
validations:
18
+
required: true
19
+
- type: textarea
20
+
attributes:
21
+
label: "Code to reproduce the issue:"
22
+
description: >
23
+
A short code example that reproduces the problem/missing feature.
24
+
It should be self-contained.
25
+
placeholder: |
26
+
<< your code here >>
27
+
render: python
28
+
validations:
29
+
required: true
30
+
- type: textarea
31
+
attributes:
32
+
label: "Version"
33
+
description: |
34
+
Which version of the Well are you using?
35
+
You can obtain the version by running the following command:
f"Epoch {epoch}, Batch {i+1}/{len(dataloader)}: loss {loss.item()}, total_time {total_time}, batch time {batch_time}, forward time {forward_time}, backward time {backward_time}"
405
+
f"Epoch {epoch}, Batch {i+1}/{len(dataloader)}: loss {loss.item()}, total_time {total_time}, batch time {batch_time}, forward time {forward_time}, backward time {backward_time}"
0 commit comments