Awsaf
Awsaf
## 📚 Documentation CutMix and Mosaic Augmentations are pretty good augmentation when it comes to achieve better score. It would be great if these two are included in albumentations.
Is there any way that we can use mAP in training as metric in this notebook? Could anyone please provide some insights about how one can one implement mAP in...
In **Google Analytics 4** there is no tracking id (UA-XXXXXX-X) rather we have Measurement ID. When we use it inf `_config.yml` it doesn't track data. According to this issue (jekyll/minima#561),...
From the paper, it seems that there are some invalid depths that were shown as black pixels in the depth map. I'm wondering if there is any way to handle...
### Search before asking - [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions. ### Question It appears that the YOLOv5 project has recently discontinued...
This PR will add `crop_images` image ops as discussed here (https://github.com/keras-team/keras/issues/18489). This will perform similar task as `tf.image.crop_to_bounding_box` but with some extra functionalities. To-Do: - [ ] Add args like...
I created a PR for `MelSpectrogram` layer on `keras-team/keras` repo https://github.com/keras-team/keras/pull/17717. But as `keras-core` will become `Keras 3.0` and subsume `tf.keras` I think this layer should be in `keras-core` with...
### Have you checked that your issue isn't already filed? - [X] I read through [FAQ](https://github.com/alshedivat/al-folio/blob/master/FAQ.md) and searched through the [past issues](https://github.com/alshedivat/al-folio/issues), none of which addressed my issue. - [X]...
`MelSpectrogram` layer was a long overdue. It got halted during the keras v2 to v3 port and was stuck for a while due to some missing dependencies. This PR will...
**Describe the bug** Recently [unsloth.ai](https://unsloth.ai/blog/gemma-bugs) has pointed out some discrepancies in **Gemma** model implementations. I think it would be nice to have them verified and addressed. Specially, they mentioned **Keras...