Closed ldiascarneiro closed 1 year ago
would you please share the code you are currently running?
The error is o DeepID model
I realzied it from the shape. I need the code you are running.
Ok. Just a second
okay understand the bug. code is just updated. i will publish it soon on pip. meanwhile, you can use the source code instead of pip version.
Ok. Thanks a lot
okay understand the bug. code is just updated. i will publish it soon on pip. meanwhile, you can use the source code instead of pip version.
I am also facing the same problem with input_shape function in my code for commons.function.py
@chandniagarwal that function is retired. if you still need to find the input shape, use this function: functions.find_target_size
@chandniagarwal that function is retired. if you still need to find the input shape, use this function: functions.find_target_size
thanks !! I will try
Good afternoon, Running deepface model with LFW dataset, I got this message above. Then, downgrading to version 0.0.75 of deepface library, the code runs ok.