i have this code written in Chainer and i want to migrate to Keras.
class UNet(Chain): def __init__(self): super(UNet, self).__init__() wi