-
**Describe the bug**
Trainer doesn’t react as expected for negative gradients/downhill
**To Reproduce**
I started a free ride on road to Sky on Zwift and immediate U turn as it’s all downhill. Re…
-
Using my latest [CCV-98720.xml.zip](https://github.com/user-attachments/files/17550675/CCV-98720.xml.zip), I noticed serious bugs. Eg:
~~~
J163->J17: Shimming Toolbox: An open-source software tool…
-
Gradient check for an `AmiciObjective`
```python
pypesto_problem.objective.check_gradients_match_finite_differences(
x=startpoints[0],
)
```
invokes an error:
```
Traceback (most r…
-
I'm not sure about this but with the modification made yesterday in the loss, If we have a batch full of images without annotations, the "regression part" does not get the .backward() call which may l…
-
With efficient `fvp` and `ggnvp` #63 it might be nice to add the Hessian-free optimization algorithm of https://www.cs.toronto.edu/~jmartens/docs/Deep_HessianFree.pdf
This algorithm runs a short co…
-
You set an absolute tolerance of `g_tol = 1e-8` by default. I don't know how you picked this — it depends on the scaling of the problem, because **gradients are dimensionful**.
This implicitly as…
-
Hi!
As you know, @ExpandingMan and I are looking to optimize performance for StaticArrays. Forward mode works splendidly, but reverse mode still makes one allocation during the `gradient` call:
```jul…
-
🦥 Unsloth: Will patch your computer to enable 2x faster free finetuning.
==((====))== Unsloth 2024.10.7: Fast Llama patching. Transformers = 4.44.2.
\\ /| GPU: NVIDIA A100-SXM4-40GB. Max me…
-
### Description:
The current navbar is functional, but it requires UI enhancements to improve its overall look and feel, as well as provide a better user experience. We need to update the navbar with…
-
when i set the max_steps property in TrainingArguments to a number N, i see in the train logs that it iterates untill 2*N, which was not the case when doing trainer.train(). I will look further if th…