monuoha

Results 8 comments of monuoha

Example of Cython file not compiling: Error compiling Cython file: ------------------------------------------------------------ ... from ...utils import get_rng from ...utils.init_utils import uniform cdef floating _dot(int n, floating *x, int incx, floating *y,...

I currently use Python 3.8.8.

Hello, I finally managed to install cornac using conda, but I only got version 1.7.1. How do I upgrade it to 2.1.0?

conda install cornac -c conda-forge The above command is what I used to install conda.

How do I access that image, I exited out of the terminal window right after cornac was installed.

I already ran the command, and this is what it showed me: ``` Collecting package metadata (current_repodata.json): - WARNING conda.models.version:get_matcher(538): Using .* with relational operator is superfluous and deprecated and...

I uninstalled it and then reinstalled it, and here is what I got ``` The following packages will be downloaded: package | build ---------------------------|----------------- conda-22.9.0 | py38h50d1736_2 966 KB conda-forge...

Also, another issue that I encountered when using cornac is that my kernel on Jupyter Notebook would always die whenever I try to train the BPR model.