data-augmentation
Here are 271 public repositories matching this topic...
So, we have some existing code over at the PyTorch Ignite project that is actually pretty general and might be really handy to have in DALI: pytorch/ignite#766
In core PyTorch, you can chain transformations and FileIO together easily with the Compose() operation: https://pytorch.org/docs/stable/torchvision/transforms.html#torchvision.transforms.Compose
Something like
-
Updated
Mar 26, 2020 - Python
-
Updated
May 13, 2019 - Python
-
Updated
May 6, 2020 - Python
-
Updated
Apr 14, 2020 - Jupyter Notebook
-
Updated
Nov 8, 2019 - Python
-
Updated
Apr 6, 2020 - Python
-
Updated
Feb 6, 2020 - Python
Hi PBA Team,
Spotted this warning in my IDE when looking through your code:
getargspec()
has been deprecated since Python 3.0 in favour ofgetfullargspec()
It may be worthwhile adding a try/except block for this import because getfullargspec()
isn't available in Pyt
-
Updated
Jan 31, 2020 - Python
-
Updated
May 17, 2019 - Python
-
Updated
May 23, 2020
-
Updated
Nov 8, 2019 - Jupyter Notebook
-
Updated
Nov 8, 2019 - Jupyter Notebook
-
Updated
May 24, 2020 - Python
-
Updated
Jun 12, 2018 - Python
-
Updated
Feb 16, 2020 - Python
-
Updated
Oct 27, 2019 - Python
-
Updated
Apr 22, 2020 - Jupyter Notebook
-
Updated
May 3, 2020 - Jupyter Notebook
-
Updated
Jul 28, 2019 - Shell
-
Updated
Nov 5, 2017 - Jupyter Notebook
-
Updated
May 13, 2020 - Jupyter Notebook
-
Updated
Jul 26, 2018 - Python
-
Updated
May 20, 2020 - Python
-
Updated
Dec 17, 2019 - Python
-
Updated
Apr 11, 2020 - Python
Improve this page
Add a description, image, and links to the data-augmentation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-augmentation topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
In the documentation page of label model score (here), the list of possible metrics are not listed. I had to go through the source to find