Closed brianmanderson closed 4 years ago
'can't pickle _thread.RLock objects' error was occurring because a tensor is being passed to tf.compat.v1.image.resize instead of an int, the model now saves without producing the error ^^
Hi! Thanks for the fix.
Ohhh. I forgot to squash before merge :(
'can't pickle _thread.RLock objects' error was occurring because a tensor is being passed to tf.compat.v1.image.resize instead of an int, the model now saves without producing the error ^^