-
Updated
Apr 8, 2022 - Python
data-augmentation
Here are 601 public repositories matching this topic...
DALI + Catalyst = 🚀
-
Updated
Dec 9, 2021 - Python
Both the GoalFunctionResult and AttackResult abstract classes should provide a meaningful __str__ method so that they can be printed in a readable way.
-
Updated
Dec 26, 2021 - Python
-
Updated
Sep 23, 2021 - Python
-
Updated
May 19, 2021 - Python
-
Updated
Mar 31, 2022
-
Updated
Oct 13, 2021 - Python
-
Updated
Sep 2, 2020 - Python
-
Updated
Apr 14, 2020 - Jupyter Notebook
-
Updated
Apr 5, 2022 - Python
-
Updated
Mar 25, 2022 - Jupyter Notebook
-
Updated
Apr 5, 2022 - Python
-
Updated
Jun 15, 2021 - Python
-
Updated
Mar 16, 2022
About OCR generation
Hi, guys!
I am trying to reuse the OCR transformation module in TextFlint, but I somehow find it rather trivial...
I quote the code about the OCR rules in the source code as below:
mapping = {
'0': ['8', '9', 'o', 'O', 'D'],
'1': ['4', '7', 'l', 'I'],
'2': ['z', 'Z'],
'5': ['8'],
'6': ['b'],
'8': ['s', 'S',-
Updated
Mar 24, 2022 - Jupyter Notebook
-
Updated
Apr 5, 2022 - Python
-
Updated
Mar 16, 2022
-
Updated
Oct 27, 2019 - Jupyter Notebook
-
Updated
Jan 31, 2020 - Python
Padding transform
This transform takes a fraction of the end or the start of the audio and treats that part as padding. We can implement several modes:
- constant (zero)
- wrap
- reflect
-
Updated
Jun 12, 2018 - Python
-
Updated
Mar 1, 2022 - Jupyter Notebook
-
Updated
Oct 28, 2021 - Jupyter Notebook
-
Updated
Mar 12, 2022 - Python
-
Updated
Nov 8, 2019 - Jupyter Notebook
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."
Hi, I was wondering, is DALI currently compatible with tensorcom? And if so, are there any examples showing how to use DALI with a tensorcom data server, for example, like this?