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

update torch version from 1.1.0 to 1.3.1 #1526

Closed antw-cg closed 4 years ago

antw-cg commented 4 years ago

Is your feature request related to a problem? Please describe.

Other dependencies for my project like torchvision==0.4.2, fast-bert==1.5.0, allennlp==0.9.0 all require that at least torch>=1.2.0, some require torch>=1.3.1, while snorkel uses 1.1.0

Describe the solution you'd like

Update torch dependency to 1.3.1

Describe alternatives you've considered

I can have separate environments for running snorkel and running actual NLP, but that's a messy solution and dependencies should be up to date anyways

henryre commented 4 years ago

Hi @antw-cg, thanks for posting! This has been on our radar, and I drafted an (incomplete) upgrade PR a little while ago in #1395. Tagging as help-wanted in case anyone wants to push it over the goal line.

github-actions[bot] commented 4 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.