# Get Inputs images, labels = data_input.inputs(hypes, q[phase]) # Run inference on the encoder network logits = encoder.inference(hypes, images) # Build decoder on top of the logits decoded_logits = ...