You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @hurjunhwa , I am trying to test the MPWC-Net++ code by Impact laboratory. They referred to this repository.
I am working in kaggle notebook. I want to import the Correlation class from this repo in my notebook.
To do that i first cloned the repo by !git clone https://github.com/visinf/irr.git , then
%cd irr/models/correlation_package/
!pip install
to change install the package.
but i get a huge error :(
Now how do i install the package?
i tried this from .correlation_package.correlation import Correlation but it produces an error too
How do I import this directly from this repo in my kaggle notebook?
Looking for any help
The text was updated successfully, but these errors were encountered:
Hi @hurjunhwa , I am trying to test the MPWC-Net++ code by Impact laboratory. They referred to this repository.
I am working in kaggle notebook. I want to import the
Correlation
class from this repo in my notebook.To do that i first cloned the repo by
!git clone https://github.com/visinf/irr.git
, thento change install the package.
but i get a huge error :(
Now how do i install the package?
i tried this
from .correlation_package.correlation import Correlation
but it produces an error tooHow do I import this directly from this repo in my kaggle notebook?
Looking for any help
The text was updated successfully, but these errors were encountered: