-
I'm wondering if this is compatible with Keras
Also, I'm a bit confused on using this optimizer, is it just a drop in replacement for adam?
for example,
```
import madgrad
opt = Madgrad(l…
-
I am trying to use it for an experiment on keras and I'm stuck at 'params' factor. What is it exactly and what can be its value?
-
## 🐛 Bug
Hello again!
Some days ago I opened this issue:
[Code freezes before validation sanity check when using DDP](https://github.com/PyTorchLightning/pytorch-lightning/issues/7336)
Basi…
-
Great work!
Planning to run ff transformer network in speech domain overnight with madgrad.
Any heads up?
-
## 🐛 Bug
Below is my optimizer/scheduler code. If my trainer has `stochastic_weight_avg=True`, then my learning rate is shown below, in green, and I get the warning:
_/home/felipe/anaconda3/envs…
-
Hello,
I'm trying to run an R script that uses 'sjSDM' to do model training on AWS SageMaker. I'm trying to run the code in a Docker container, but the installation procedure fails to install PyTo…