My research collaborators are interested in porting some RNNs with attention into Relay. Are there existing public examples of Relay models that use attention that I could use as a guide to implement some of these RNNs? I would appreciate any examples or assistance
I think there is an example in PyTorch: https://pytorch.org/tutorials/intermediate/seq2seq_translation_tutorial.html
Hope this could help
I think that will be very useful, thank you