-
## Description
### What steps will reproduce the problem?
Just started up the program from Winpy. I don't know how else it could've happened unless it was some packages I installed in the last sta…
-
Working with spaCy in a type-checked project has uncovered a few wrong type annotations tripping up mypy:
`spacy/tokens/span_group.pyi > SpanGroup`:
- missing `__iter__` method, so `list(span_grou…
-
```
Edit
Breaks at 74410a54abbbafddd64f4666afff2bafd1129bc1
Works at 7c91bca2020cff33d5c8ebc82ad9f67fb48709ab
I tried alot of others. I know for a fact it was working with later commits, aft…
-
```
Python revision: 3.10.7 (tags/v3.10.7:6cc6b13, Sep 5 2022, 14:08:36) [MSC v.1933 64 bit (AMD64)]
Dreambooth revision: c2269b8585d994efa31c6582fc19a890253c804e
SD-WebUI revision: b165e341e70300…
-
Hi there,
I have started enjoying the book but I am not able to start the containers 😞
After changing spacy version from 2.3.1 to 2.3.7 (to fix a very first error, No matching distribution foun…
-
https://github.com/mateuszjurewicz/set-interdependence-transformer/blob/399d93b9beea84a9ae3332ab5caf04a67decb1fb/models.py#L1052
Hello @mateuszjurewicz
Thank you for sharing amazing work!
I …
-
`%pip install jaxtyping` throws an error in Colab. The installation still succeeds, but it prints this scary block of red text:
```
ERROR: pip's dependency resolver does not currently take into ac…
-
After installing all I run the example
```python
model_name = "bert-base-uncased"
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
berta = model.instantiate_model(2, 2, devi…
-
Dear @erikprice,
thank you so much for you brilliant tool!
I am a complete novice at python, and I have hard time installing annoy that I need for vulgata_spacy library. Could you please help me und…
-
Hi,
I am trying to use fastcoref library but I got the following error as soon as I write `from fastcoref import FCoref`.
The error is:
`ImportError: Unable to import required dependencies:
dateu…