-
## ❓ Questions and Help
#### I'm trying to fine-tune BART model for classification task on another language by following the steps in the [example](https://github.com/pytorch/fairseq/blob/master/…
-
Data augmentation:
- [ ] Random Resized Crop
- [x] Horizontal Flip
- [ ] Random Augment (see [code](https://github.com/tensorflow/tpu/blob/master/models/official/efficientnet/autoaugment.py#L672)…
-
https://paperswithcode.com/paper/adabelief-optimizer-adapting-stepsizes-by-the
-
When using --alpha_mask with images with the background removed using `rembg`. On commit 0d96e10b3e66d5c6c7096fbeb7626c5be2e98809
```
Traceback (most recent call last):
File "/mnt/900/builds/…
-
There is push back on the use of chat-gpt in an education setting, though in the business environment, organisations that do not use AI as a tool are at a disadvantage. I would encourage and endorse t…
-
Hi,
Thanks for the excellent code base.
can i get the feature trained with resnet152?
-
I have tried several of the provided optimizers without a problem, but I do not seem able to get Lamb to work:
```
optimizer = optim.Lamb(
learning_rate=1e-4, # Adjusted learning ra…
-
I get the following warning when using ranger with pytorch 1.6.0
```
/path/Ranger-Deep-Learning-Optimizer/ranger/ranger.py:138: UserWarning: This overload of addcmul_ is deprecated:
addcmul…
-
We need tests to make sure our implementation gives the same results as NYs version.
-
**Keras version:** 3.5.0
**Backend:** TensorFlow 2.17.0
I encountered a strange bug when working with the GRU layer. If you create a simple model with a GRU layer and set `recurrent_dropout=0.5`…