unilm
unilm copied to clipboard
The output channel of the decoder
Hi I'm confused why the output channel of the decoder is twice the encoder input? Thanks for your time.
Hi. Could you specify the Architecture you are referring here or point out the files you are locking at.
Hi. Could you specify the Architecture you are referring here or point out the files you are locking at.
File: 'dall_e.decoder.py'. The output channels of the last layer of the decoder are '2 * self.output_channels'. why not 'self.output_channels'?
Thanks!