ryota3915

Results 2 comments of ryota3915

Commented in the [Link](https://github.com/facebookresearch/Clinical-Trial-Parser/issues/26#issuecomment-1475456029) Hope this helps. I use Ubuntu 18.04.6 LTS, python3.7 and annaconda for package management.

Encountered same error, and solved by installing torch and torchtext in the following version. ```bash $ pip install -U torch==1.4 $ pip install -U torchtext==0.5 ``` The issue might have...