-
When I call `chunk_batch` function in WordChunker, it will shows the error message as below:
```
batch_chunks: List[List[Chunk]] = chunker.chunk_batch(text=texts)
…
-
In both training and testing scripts, mapping tasks to workers ocassionally hangs. Things run fine if the number of tasks is low, but increasing the number of tasks often causes the program to get stu…
-
CapyMoa does not work well in (python-based) multi-threaded environments. According to jpype, multi-threading via `spawn` instead of `fork` should generally be working (see also https://jpype.readthed…
-
In Heptapod by bitbucket_importer on Jul 16, 2013, 03:03
*Created originally on Bitbucket by [coolbutuseless (mike fc)](https://bitbucket.org/[7.3.7](https://github.com/gitlab-importer/pypy/milestone…
-
At the moment we use multi-processing to make the code faster but a lot of parts are not faster because they create or read a lot of files and it just clogs memory. The 2 options to solve it at the mo…
-
**Describe the bug**
When I assign stereochemistry in the main Python process, or in a single additional process, I get a correct error. However, using 2 or more processes results in another, incor…
-
is this possible to run voxceleb/v2 train stage on single gpu?
-
- [x] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions.
- [x…
-
### Description
Currently, the `ProcessPoolExecutor` in `core._StatsForecast._forecast_parallel` does not set the `mp_context` parameter AND offers no direct way of doing so. On Linux, therefore, t…
-
## Question
Hello! Thank you for the great project! Do you have any plans for support multi process access to database?