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)
TFRecords in a custom DataGenerator
I am doing an LSTM model in which samples have different number of time steps. I want to optimise my code and performance so I do not want to use masking, but I want to write a generator that will gro...
Mark
Votes: 0
Answers: 0
Storing multiple values in a tfrecord feature
image_id
class_1_rle
class_2_rle
class_3_rle
0002cc93b.jpg
29102 12 29346 24...
0007a71bf.jpg
18661 28 18863 82...
000a4bcdd.jpg
131973 1 132228 4...
229501 11 229741 33...
I am t...
supermesh
Votes: 0
Answers: 2
Why the combination of model subclassing and TFRecord does not work?
The short version of the question
Why when I try to train a model which is implemented through subclassing (in Keras) using a dataset that is saved and loaded by TFRecord, it fails?
The complete versi...

Mehran
Votes: 0
Answers: 1
Reading back a custom dataset TFRecords
I am trying to create a custom dataset in TFRecords for a CycleGAN model. The model requires a new type of dataset which is not available so I need to create one. I have a few JPG images of 256x256. F...
nad
Votes: 0
Answers: 2