(>.<)

Results 8 comments of (>.<)

> Yeah that's what was available on the challenge page when it was still up. Also beware this repo has quite a few bugs especially in data prepping. So keep...

> Have you found it? I'm looking for it now^-^.

run `pip install -r requirement.txt` before `pip install -e .`

waiting for it

> > i used conda to install torchtext, and it seems that it recommends torchtext==0.6.0, ![Screenshot from 2023-05-06 20-22-20](https://user-images.githubusercontent.com/42694182/236623784-69b21388-1563-4e1a-982e-646bb681ce2a.png) then you actually don't need to change anything but the two...

> > > > 我使用 conda 安装 torchtext,似乎它推荐 torchtext==0.6.0,那么您实际上不需要更改任何东西,只需更改 util/data_loader(第 6、7 行)![Screenshot from 2023-05-06 20-18-41](https://user-images.githubusercontent.com/42694182/236623594-2c4ef31d-9538-42ae-95c7-257dff6c0086.png)中的两行,![Screenshot from 2023-05-06 20-22-20](https://user-images.githubusercontent.com/42694182/236623784-69b21388-1563-4e1a-982e-646bb681ce2a.png)效果很好!![Screenshot from 2023-05-06 20-20-37](https://user-images.githubusercontent.com/42694182/236623656-ba572ff2-115b-43c2-a41a-1f7a9f432a27.png) > > > > > > > > >...

I found the error is gpu not support triton, the [gpu compute capability](https://developer.nvidia.com/cuda-gpus) must higher than 7.0. So the solution maybe change the gpu or change these two code to...