-
**Describe the bug**
`prepare_ML_data.py` just crashed with this error:
```
021-09-24 07:07:21,672 INFO ./prepare_ml_data.py 178 Got batch 7380
2021-09-24 07:07:44,543 INFO ./prepare_ml_data.py …
-
**Describe the bug**
This is an odd edge case discovered during fuzzing where cuDF has different behavior than Python or Java when a regular expression contains an empty group `()`.
For example,…
-
- [x] a detailed description of the bug or problem you are having
- [x] output of `pip list` from the virtual environment you are using
- [x] pytest and operating system versions
pyetst 6.2.4, pyth…
-
## How to reproduce the behaviour
```
>>> import spacy
>>> nlp = spacy.load('en_core_web_trf')
```
This should return the error message: `RuntimeError: expected PyTorch version 1.4 but foun…
-
Hi,
Thanks for the work on this tool! I'm helping a collaborator design guide RNAs for a CRISPR screen in mouse, and so far it's been really useful. However, I'm having an issue when trying to desi…
-
Hi, I'm trying to follow the ASR example to try Wav2Vec. This is the code that I use for WER calculation:
```
wer = load_metric("wer")
print(wer.compute(predictions=result["predicted"], reference…
-
-
the latest CLI (https://repo1.maven.org/maven2/org/revapi/revapi-standalone/0.10.2/revapi-standalone-0.10.2-standalone.zip) uses 0.13.0_SNAPSHOT of `rg.revapi:revapi:jar` whereas the latest reporters …
-
Dear ZeroCostDL4Mic team,
Many thanks for creating this wonderful repository for deep learning tools. I have tried the DeepSTORM tool and it works very nicely on Google Colab.
Unfortunately, our…
-
Dependency `marisa-trie` [doesn't install on python3.9](https://github.com/pytries/marisa-trie/issues/59).
```
$ sudo python3.9 -m pip install epitran
Collecting epitran
Using cached epitran-1…