-
# 🐛 Bug
`unexpected keyword argument` when using Adam optimizer for the digits DANN example
## To reproduce
Steps to reproduce the behavior:
1. Run the digits_dann example with Adam as opt…
-
### 🚀 The feature, motivation and pitch
Many GANs like StyleGan use the Adam optimizer with betas=(0.0, 0.999), this means that the first moment estimate is disabled but it still uses a lot of vram f…
-
### ⚠️ Please check that this feature request hasn't been suggested before.
- [X] I searched previous [Ideas in Discussions](https://github.com/OpenAccess-AI-Collective/axolotl/discussions/categories…
-
Hi,
I am having an issue when instancing multiple deeplay models in the same notebook,
specifically GraphToEdgeMAGIK followed by a LodeSTAR model.
The MAGIK model is instanced without any er…
-
Is that meaning using Adam optimizer is not converge? Or there is other issue with the code.
Below is the code and error:
loader2 = {'train_input': train_X1, 'train_label': train_Y1, 'test_input': t…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report.
### YOLOv5 Component
Export
### Bug
Hello
When …
-
Same code of a GAN works perfectly in Keras 3.3 but doesn´t work in keras 3.6. There is an error on train_on_batch I believe is because an bug introduce in a change in Keras 3.6
The code is this:
…
-
Here is an example traceback of me trying to use `heavyball` in TorchTitan. It seems that `heavyball` is not yet compatible with FSDP2 due to some of the utilities operating on tensors instead of dten…
-
I am currently implementing the ADOPT into my work codebase and it would be nice if unsloth could use it also. Based on the paper, it does outperform Adam (but this time for real). It is based on Tani…
-
Hi,
How can I specify the network to use Adam Optimizer and it's params B1 and B2... in command line OR preferably set it up in the cfg file??
From the code it looks like Adam optimization is avai…