The concatenation block

Create another input layer for spatially replicated and compressed embeddings:

input_layer2 = Input(shape=(4, 4, 128))

Concatenate the output of the downsampling blocks to the spatially compressed embeddings:

input_layer2 = Input(shape=(4, 4, 128))

merged_input = concatenate([added_x, input_layer2])

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.142.249.42