[nlp] encoder&decoder
encoder output shape (batch size, sequence length, units) (64,88,1024)
encoder hidden state shape (batch size, units) (64,1024)
attention result shape (batch size, units) (64,88,1)
attention weights shape (batch_size, sequence_length,1) (64,1024)
decoder output shape (batch_size, vocab size) (64,13053)

相关文章:

  • 2021-09-07
  • 2021-06-08
  • 2021-09-08
  • 2021-05-11
  • 2021-07-05
  • 2021-05-05
  • 2021-12-16
猜你喜欢
  • 2021-07-01
  • 2021-09-09
  • 2021-10-27
  • 2021-07-21
  • 2021-08-22
  • 2021-10-12
  • 2022-01-06
相关资源
相似解决方案