Dear scholar,
I want to get them from the VL-T5 decoder hidden output, shape(batch_size, n_layers, sequence_length, hidden_dim)? can I get them. I can get encoder hidden output from the self.block in modeling_t5_our.py, but decoder output from each layer can not get .
If you know the method, can you tell me. I am sorry to bother you.