-
when running insightface's vectorizing functions with `joblib.Parallel` jobs, they complete, but dont return (hangs). Found [this joblib issue](https://github.com/joblib/joblib/issues/138), says that …
-
```
$ formasaurus init
/usr/local/lib/python3.8/site-packages/sklearn/externals/joblib/__init__.py:15: FutureWarning: sklearn.externals.joblib is deprecated in 0.21 and will be removed in 0.23. Plea…
-
The `DelayedSubmission` object has some logging messages. However, when the file is pickled and then read by the executor, this logging messages are not sent. Behaviour goes back to default level (WAR…
-
Hi guys,
thank you for the implementation of the algorithm - it works mostly incredibly good. But only recently have I encountered an error that is not addressed according to a quick search in goog…
-
bertopic = 0.15.0
joblib = 1.2.0
>>> # train the model
>>> topic_model = BERTopic(
... n_gram_range=(1,2),
... verbose=True,
... calculate_probabilities=True,
... )
>>>
>>…
-
Hi there,
I'm trying to save the model to re deploy quickly using test data sets but have had issues using pickle/joblib etc.
Is there a method or built in function to save the model? or any recom…
-
My ROIs are manual segmented using ImageJ and exported as a RoiSet.zip file. I used [this script](https://github.com/rochefort-lab/fissa/blob/master/examples/basic_usage.py) to run FISSA, and run into…
-
From https://github.com/scikit-learn/scikit-learn/issues/2913
It would be nice if I could easily abort something like a grid search with a KeyboardInterrupt. Currently joblib seems to require holding…
-
### Description
When using joblib (threading) for multi-gpu computation (see minimal example below), we are observing sequential evaluation for the first execution, while the subsequent evaluations a…
-
## Description
Lately I have been working with PartitionedDataset a lot in a setting where I am processing many small files (think 30k+ files), all together > 30GB. Processing them sequentially in a …