-
![Screenshot 2024-11-15 at 4.25.30 PM.png](https://raw.githubusercontent.com/nus-cs2103-AY2425S1/pe/master/files/869c2e6d-3128-496c-ae70-932bf55086fc.png)
![Screenshot 2024-11-15 at 4.27.44 PM.png](h…
-
### Impacted sections
https://uncefact.github.io/spec-untp/docs/specification/DigitalProductPassport
https://uncefact.github.io/spec-untp/docs/specification/ConformityCredential
https://uncefact.gi…
-
### What feature are you requesting?
In our benchmarks, we now store the result of the `target/criterion` folder in the runs. Unfortunately, our `critcmp` comparison does not work, and always returns…
-
For gradient based optimization algorithms, a stopping criterion based on the gradient would be useful. One could, for example, check that the norm of the gradient is equal to zero up to some user-spe…
-
Add criterion benchmarks for common uses of library (signing a transaction, using TransactionBuilder, etc). Also add criterion benchmarks for some interpreter methods (mostly Coll methods since they'r…
-
```
else:
model.train()
optimizer.zero_grad()
output = model.forward(data)
loss = criterion(output, target.argmax(dim=1))
los…
-
## Read more
- [Success Criterion 1.4.4 Resize Text](https://www.w3.org/TR/WCAG22/#resize-text)
- [Understanding SC 1.4.4](https://www.w3.org/WAI/WCAG22/Understanding/resize-text.html)
- About le…
-
**Describe the bug**
In batch mode, the model continues to run when it should stop when the stop condition is met.
**To Reproduce**
Steps to reproduce the behavior:
1. Create a new model with th…
-
### Feature Description
### Acceptance Criteria
- [ ] Criterion 1
- [ ] Criterion 2
- [ ] Criterion 3
### Architecture Diagrams
- [Diagram Description](URL)
### Payloads/URL Endpoints
**E…
-
## Current Situation / Problem you want to solve
The proposal in this issue concerns the functions `criterion_plot`, `profile_plot` and `convergence_plot`.
- The `criterion_plot` uses the number…