not sure if you just want a confirmation or something else. In that specific case yes. I also see that the shape of both tensors in Add() needs to be the same. When checking the Conv2D() documentation, the filters argument is the number of output filters in the convolution so I guess you are right and the F3 parameters needs to be the same a n_c otherwise you would get an error when trying to add them.