hse-aml / natural-language-processing

Resources for "Natural Language Processing" Coursera course.

Home Page:https://www.coursera.org/learn/language-processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleNotFound running notebook in CoLab

escuccim opened this issue · comments

When I open one of the notebooks in CoLab, specifically week1-MultilabelClassification.ipynb:
https://colab.research.google.com/github/hse-aml/natural-language-processing/blob/master/week1/week1-MultilabelClassification.ipynb

When I try to run the notebook I get ModuleNotFound error on this line:
from common.download_utils import download_week1_resources

I have never run code from GitHub in CoLab and am not sure if I need to do something so that it can find the common module.

I figured it out. Sorry.