keras-alzheimers-3d-conv
keras-alzheimers-3d-conv copied to clipboard
ValueError: Incompatible type conversion requested to type 'float32' for variable of type 'int64_ref'
I get this error:ValueError: Incompatible type conversion requested to type 'float32' for variable of type 'int64_ref' could you tell you how to solve?Thank you
I get this error:ValueError: Incompatible type conversion requested to type 'float32' for variable of type 'int64_ref' could you tell you how to solve?Thank you
Just remove callbacks_list in fit_model() function. It will work.