face-clustering icon indicating copy to clipboard operation
face-clustering copied to clipboard

Type error during fitting

Open nfurth opened this issue 2 years ago • 3 comments

When I fit the model, I received this error: TypeError: Expected int64 passed to parameter 'y' of op 'Maximum', got 1e-12 of type 'float' instead. Error: Expected int64, but got 1e-12 of type 'float'. which can be traced back to the warning TypeError: not all arguments converted during string formatting during the train generator, is there any fix for this?

Thank you

nfurth avatar Mar 02 '22 01:03 nfurth