Please implement the resnet with functional API not sequential

I’m confused in implementation of resnet…

What impl are you using?

Keras functional API instead of sequential.

Are you using this:

Yeah. Can you explain this one from keras point of view.

Yeah. Can you explain this one from keras point of view.

You can find how the network was composed at: