Jack Morris

Results 127 comments of Jack Morris

Happened to me too. Killed a long-running training run, huge inconvenience

@jonasjuerss This workaround worked for me (so far): ``` import resource resource.setrlimit( resource.RLIMIT_CORE, (resource.RLIM_INFINITY, resource.RLIM_INFINITY) ) ```

@vanpelt @staceysv @raubitsj @shawnlewis

Yes, definitely. You can implement a PreTransformationConstraint that filters out transformations to the words that you don't want to alter. Here's an example, which we used to prevent modifying the...

Hi @raulkviana. There is something strange about your environment. Are you installing through windows subsystem for linux? If not, can you try that?

thanks! There are a lot of dependencies, like TensorFlow and the various HuggingFace libraries, that might not install properly on Windows. I don't think the issue you're running into is...

This sure would be nice!! Feel free to submit a pull request to implement some newer techniques!

@svenhendrikx thanks for opening an issue! The issue is very clear; this is indeed a bug, and our warning message (and these regular expressions) were written for a prior version...

Thanks for the information @gojomo - I can change the license to `language_tool_python` to LGPL, I don't mind.

Hi @lindsaydbrin - thank you so much for the detailed error message, this is super explanatory and helpful. The flair versioning has been a constant headache for us, but what...