Morris Alper
Morris Alper
> The requirements are now [updated](https://github.com/huggingface/neuralcoref/pull/251/files). There was a bug in spaCy 2.2 which meant that the pip-installed version of spaCy did not distribute the `pxd` files which neuralcoref builds...
I installed neuralcoref via pip after installing spaCy 2.3.2.
Win 10, Node v6.10.2, had this error in Babun and Git bash but it worked in Powershell.
I'm running in dockerized JupyterLab (v2.3.2). After upgrading to tqdm==4.64.1, notebook display shows this strange behavior: with ASCII output and no updates. The ASCII bar works though: Relevant versions:
I finally found a solution! Based on the advice of @enzokro, I found that running the following two commands before launching Jupyter Lab makes the widgets appear properly: ``` pip...
I'm working in the Docker image `nvcr.io/nvidia/pytorch:22.10-py3` and encountered this error. As suggested by @steve-marmalade, the error disappeared after `pip uninstall apex`.
Something seems strange with the learning rate scheduling, as the LR drops to 1e-5 pretty early while I get better results from continuing to train at 1e-4.
I got it to work by adding this right before `\maketitle`: ``` \makeatletter \acl@anonymizefalse \makeatother ``` Can this be made more explicit in the template?
Bumping this, this is a very important feature for my use case (training and inference on new language directly using IPA).