python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Is it possible to iterate through Tensor in graph mode?
I am trying to implement Aleju's Imgaug to TFOD API. Noticed that you can not iterate through Tensors in the graph mode . I looked up for the solution and tried many suggestions but neither of them wo...

Ahmet Mert Saygu
Votes: 0
Answers: 1
How to augment image data that is more than just pixels (using keras' ImageDataGenerator)?
I am currently working on a convolutional neural network to classify images using Python 3.9, tensorflow 2.7 as well as its keras API. These images, however, not only consist of pixel data but also ha...

ABF
Votes: 0
Answers: 0
Audio Data Agmentation in python
I am using below function to augment audio data generated from wav audio files.
def generate_augmented_data(file_path):
augmented_data = []
samples = load_wav(file_path,get_duration=False)
for time_va...
a-data-guy
Votes: 0
Answers: 2