YatingMusic / compound-word-transformer

Official implementation of compound word transformer (AAAI'21)
GNU General Public License v3.0
267 stars 43 forks source link

bug #8

Open aichifandefan opened 2 years ago

aichifandefan commented 2 years ago

Can you give me some detial version about cuda, pytorch, numpy et. Because i had some trouble with the installation fast_transformer

yoyololicon commented 2 years ago

@aichifandefan Do you use conda? fast_transformer needs full installation of cuda toolkit to build, and conda only provide a partial installation. I can run the project succesfully with cuda 11.3, torch 1.10, python 3.8.

1366639329 commented 2 years ago

Hello, I use the recommended Python 3 6. As a result, pytorch fast transformers could not be installed. Do you have a solution? Thank you very much

li-car-fei commented 2 years ago

Hello, I use the recommended Python 3 6. As a result, pytorch fast transformers could not be installed. Do you have a solution? Thank you very much

I have the same problem, have you solved it?