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 Nov 22, 2022. It is now read-only.
@salkola Thanks for pointing that question out. I have the same segmentation fault. However, the upgrading onnx and torch solution doesn't work on my anaconda environment. The latest version of torch is 1.5.1 but the requirement for pytext is 1.5.0. I was using the same command as you mentioned in the related issue but pip install pytext-nlp would remove everything that is not compatible with the requirement.
Following the installation directions
gives a segmentation fault when training a PyText model. For example, when I train a model for the clinical trial parser project using a command
it fails with:
The segmentation fault disappears when I install PyText using Anaconda3 and upgrading onnx and torch to their latest versions.
The text was updated successfully, but these errors were encountered: