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
Original CRFSuite has optimization flags to use SSE/SSE2 intrinsics to speed up numerical computation. Is this enabled in "python-crfsuite"? Does it make sense to build this package locally and install it instead of pulling the package using pip?
There is significant performance difference if you enable vs disable optimizations. See CRFSuite "./configure --help" output for the option.
The text was updated successfully, but these errors were encountered:
Original CRFSuite has optimization flags to use SSE/SSE2 intrinsics to speed up numerical computation. Is this enabled in "python-crfsuite"? Does it make sense to build this package locally and install it instead of pulling the package using pip?
There is significant performance difference if you enable vs disable optimizations. See CRFSuite "./configure --help" output for the option.
The text was updated successfully, but these errors were encountered: