keras-arcface icon indicating copy to clipboard operation
keras-arcface copied to clipboard

How to run training if input is given using a generator?

Open sohamsatyadharma opened this issue 2 years ago • 0 comments

If the input is given as model = Model([input, label], output) and a generator object is used to call model.fit like model.fit(input_generator, ....)

How will the labels be passed to the fit function?

sohamsatyadharma avatar Aug 05 '22 00:08 sohamsatyadharma