-
I'm experiencing an error with importing CuDF using a 4090 that seems to indicate that the issue is related to Numba.
I am running the RAPIDS (**22.10-cuda11.5-runtime-ubuntu18.04-py3.9**) docker …
-
Hi!
RuntimeError: Unrecognized data format when I use facealignment. The concrete error is below:
Traceback (most recent call last):
File "F:\codeplace\FLAME\neural-head-avatars\python_scripts\…
-
**Describe the bug**
If you try to start a LocalCUDACluster, it throws an OSError: [Errno 28] No space left on device, despite there being plenty of storage space on the host device, and an mostly em…
-
Please see code snippet bellow. fit_transform() however works but transform() is not working
```
from bertopic import BERTopic
from cuml.cluster import HDBSCAN
from cuml.manifold import UMAP
fr…
-
I am trying to re-run locally the notebook provided in the tutorial section: https://colab.research.google.com/github/pair-code/what-if-tool/blob/master/WIT_Age_Regression.ipynb
And I have got the…
-
Hi
Thanks for uploading the code, this looks really interesting!
I have had some memory issues running your example, maybe you can help me?
it comes when I run the `model.generate(epitope, s…
wjs20 updated
2 years ago
-
## Description of the issue
We have made a command-line application with `click` and it's kind of a repl, I mean user logs in to this command-line and issues commands
the problem is that sometimes w…
-
**Describe the bug**
`dask_cudf` does not give the expected result when merging two dataframes on index and column. `pandas`, `dask.dataframe`, and `cudf` all behave the same.
**Steps/Code to rep…
-
- specify major version dependencies in `environment.yml`
- stick to fuzzy versions or minimum versions where possible
- @lacava to provide `conda info`
- update README with main requirements, i…
-
Thank you very much for developing this plugin, it's very useful.
Would it be possible to add support to stage hunks?
In Fugitive's `:Gdiff` view one can run `:diffput` on a visual selection to …