snorkel-team / snorkel

A system for quickly generating training data with weak supervision
https://snorkel.org
Apache License 2.0
5.81k stars 857 forks source link

When cloning/downloading snorkel, treedlib folder is empty #859

Closed camisap closed 6 years ago

camisap commented 6 years ago

Just an FYI, an error pops up when running the tutorial notebooks because upon downloading or cloning the Snorkel repo, treedlib folder is empty.

Fix: I downloaded the files from the "treedlib @ 8cb30e0" folder and deposited them into the empty "treedlib" folder that I had cloned with the rest of the repo. The tutorials run without a problem after that.

ajratner commented 6 years ago

Hi @camisap ,

If you run the tutorial notebooks / Snorkel via the run.sh script this should be taken care of automatically. Specifically, the command for this (in run.sh) is:

git submodule update --init --recursive

Hope this helps!