I have a question about the model. I found in the model, you implemented a BilinearUpSampling2D class by yourself. How about if I replace it as the function "UpSampling2D" in Keras? As I am trying to convert this model into coreml and run it on the iphone. The original function in the model is not supported by coreml. But the UpSampling2D is supported.
Thanks a lot for this wonderful code!
I have a question about the model. I found in the model, you implemented a BilinearUpSampling2D class by yourself. How about if I replace it as the function "UpSampling2D" in Keras? As I am trying to convert this model into coreml and run it on the iphone. The original function in the model is not supported by coreml. But the UpSampling2D is supported.
Thanks in advanced!