Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 942 Bytes

File metadata and controls

18 lines (10 loc) · 942 Bytes

11 GRU, Attention and Transformers

Assignment

  • Look at this file
  • Re-implement this and move to lambda. Provide the option to provide German text and get English text back.

Solution

Training: https://github.com/satyajitghana/TSAI-DeepVision-EVA4.0-Phase-2/blob/master/11-Attention%26Transformers/GermanToEnglish.ipynb

Inference: https://github.com/satyajitghana/TSAI-DeepVision-EVA4.0-Phase-2/blob/master/11-Attention%26Transformers/de_to_en_inference.ipynb

Demo

demo