google-research / disentanglement_lib

disentanglement_lib is an open-source library for research on learning disentangled representations.
Apache License 2.0
1.38k stars 205 forks source link

Requirements.txt #17

Closed samarthbhargav closed 5 years ago

samarthbhargav commented 5 years ago

I'm having trouble installing everything. Using setup.py installs tf2.0, which gives me several errors when I run dlib_tests. Can the authors please share a requirements.txt file / fix the setup.py file?

obachem commented 5 years ago

We will fix the setup.py file in an upcoming release. In the meantime, you could try to downgrade tensorflow and tensorflow-probability to an older version, which should restore functionality.

samarthbhargav commented 5 years ago

noted!