Wen-Yi (Wayne) Hsiao

Results 3 comments of Wen-Yi (Wayne) Hsiao

Hi, I got the same error before and successfully run the program by changing the Pytorch version. ```bash conda install pytorch==1.2.0 torchvision==0.4.0 -c pytorch pip install pillow=6.2.2 ```

Hi, It's an interesting question. We did have such kind of discussion at the early stages. We used to run validation during training and found the validation loss would be...

Hi, it seems that the original authors of the fast transformers no longer maintain their codes, so we have the plan to use the implementation of the linear transformer of...