-
I have failed test results using ElementWiseProblem with dask, ray, starmap multiprocessing, and future process pool executor in jupyter notebook. All of it except starmap have the same outcome, stuck…
-
### Feature request
Link is a great tool. Been using it for some time now. It would be great to be able to use it not only as CLI tool, but as API.
For some more complex workflows, this could be ver…
-
Is it possible to pickle an **MSExperiment** object or a **MSSpectrum **object, specifically so that they can be parallelized?
I'm interested in performing some parallel processing on either the **…
-
你好,非常想知道单卡单机训练时该怎么修改代码,自己尝试直接单卡运行,在此处报错
Traceback (most recent call last):
File "train.py", line 429, in
train()
File "train.py", line 292, in train
out, out16, out32, detail8 = net(…
-
KokkosComm currently exposes communication functions with an `ExecSpace` parameter whose purpose is not semantically clear, neither in the code nor in the documentation, and that doesn't map to the be…
-
As I understand the idea of `knossos.competition` checker is to run `linear` and `wgl` checkers in parallel. But actually `linear/start-analysis` is blocking calling thread on `knossos.model.memo/memo…
-
**Describe the bug**
Usage of the `multiprocessing` library along with `torch` for multiple processes leads to the following error
> p = cdt.causality.graph.CGNN().predict(df)
> An exhaustive sea…
-
Hello! I've found a performance issue in preprocess_tfrecord.py: `dataset.batch(batch_size, drop_remainder=drop_remainder)`[(line 179)](https://github.com/DengBoCong/nlp-paper/blob/60dfa0688d9e95d5dcc…
-
Reproduce with:
```python
def read_file(filename):
return np.zeros(10,10)
dataset = from_function(read_file, filelist).parallize().parallelize_extraction(num_parallel_calls=2).build()
l…
-
Hello
When I try to execute the python code from the file "op_test_vs_pydensecrf" I receive an error because an argument in not set in the call of the method:
```
q = tf.foldl(lambda prev, …