Issues hydrating Ketas U-Net model
I’ve been assigned a task in my company to try to hydrate a model that was trained for a previous project, and while I can load it again, I’m failing to try it and I don’t know why.
How to sollve this error : Only input tensors may be passed as positional arguments. The following argument be passed as a keyword argument
Whenever I try to load the model it gives me the error of only input tensors can be passed as positional arguments.
I dont wanna change the concept of joining layers but i want to load the model and also to have it accept images.