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

More flexibility with tensorboard library version #1657

Closed karimtemsah closed 3 years ago

karimtemsah commented 3 years ago

One will not be able to use this library along with tensorflow due to conflicting transitive dependencies

It will be great if you can adapt your code to tensorboard>=2.0 since this is the one used by tensorflow library. Otherwise we will not be able to use tensorflow and snorkel together in one place

humzaiqbal commented 3 years ago

Hi karimtemsah, Thanks for raising this issue. If you put the proposed changes in a PR, we'd be happy to review!

hardianlawi commented 3 years ago

@humzaiqbal I made a PR related to this. Could you please help review it? Thank you