You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
I was wondering if anyone has had any luck installing/setting up the Clinical Trial Parser recently? I keep running into an error stating that caffe2 cannot be found when trying to run the ie_parse.sh file as described in the developer notes...
I've tried various ways of trying to set things up, including using different CUDA versions, Python versions, GPU/CPU versions of Pytorch, different OS (Windows/Ubuntu) and others but still haven't been successful.
Any suggestions or potential solutions?
The text was updated successfully, but these errors were encountered:
The issue might have been that $ pip install torchtext installs torchtext=0.14; thus, installs torch=1.13.0 as well. Coffee2 module which is refered in the source code is out in the recent torch version.
I was wondering if anyone has had any luck installing/setting up the Clinical Trial Parser recently? I keep running into an error stating that caffe2 cannot be found when trying to run the ie_parse.sh file as described in the developer notes...
I've tried various ways of trying to set things up, including using different CUDA versions, Python versions, GPU/CPU versions of Pytorch, different OS (Windows/Ubuntu) and others but still haven't been successful.
Any suggestions or potential solutions?
The text was updated successfully, but these errors were encountered: