attention
attention copied to clipboard
Attention is All You Need in Sonnet
Could you consider releasing the code under open source licenses such as MIT? Thanks.
```# ./run_micro_services.sh Experiment will be run without saving current version of the code/config Running Task Data Generation 100%|######################################################################################| 200000/200000 [00:22
``` sudo apt install python-pip pip install tensorflow pip install dm-sonnet pip install tqdm pip install numpy git clone https://github.com/louishenrifranc/attention.git cd attention ./run_micro_services.sh ``` Gives: ``` $ ./run_micro_services.sh Experiment will...
TO TEST and TO REVIEW