Skip to content
Advertisement

I would try change channel for keras pretrained model

I got an Xception model.

JavaScript

I have combined the model to change the Input Channel to 3.

JavaScript

however I have got error

JavaScript

Advertisement

Answer

You simply have to embed Xception in the correct way in your new model:

JavaScript

We create a new Input layer, than we operate upsampling and in the end we pass all to Xception

Here is the running notebook if you are interested

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement