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
loading data using tf.from_tensor_slices yields OperatorNotAllowedInGraphError
I am trying to use tf.data pipeline to get finer control over loading image data but I receive the following error which I think is because of usage of list comprehension. My Code looks like this:
def...
Jeethesh
Votes: 0
Answers: 0