Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to do installations correctly on Google Colab? #32

Open
HripsimeS opened this issue Jun 21, 2023 · 0 comments
Open

How to do installations correctly on Google Colab? #32

HripsimeS opened this issue Jun 21, 2023 · 0 comments

Comments

@HripsimeS
Copy link

HripsimeS commented Jun 21, 2023

@AlphaPav Hello. I wanted to see if I can train and test my dataset with your sparenet model on Google Colab, but unfortunately something went wrong and I get errors. You can find below the steps I did.

!git clone https://github.com/microsoft/SpareNet.git
%cd /content/SpareNet
!pip install -r requirements.txt
!sh setup_env.sh

The installations went fine without errors, but I get No module named 'emd' error while trying
from utils.misc import set_logger

I was assuming probably the setup_env.sh installation I did wrong. Can you please advice me how I can properly do all installations to be able to use train and test scrips on Google Colab. Thanks a lot in advance!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant