tryolabs / luminoth

Deep Learning toolkit for Computer Vision.
https://tryolabs.com
BSD 3-Clause "New" or "Revised" License
2.4k stars 400 forks source link

tensorflow-probability requirement for sonnet. #230

Closed AshwinAce closed 5 years ago

AshwinAce commented 5 years ago

While installing Luminoth, I had to install tensorflow-probability for running the code. When I try running luminoth on Google cloud, I get the following error.

SystemError: Sonnet requires tensorflow_probability (minimum version 0.4.0) to be installed. If using pip, run pip install tensorflow-probability or pip install tensorflow-probability-gpu

Is there a way to install tensorflow-probability and its GPU equivalent when run on the cloud?

dekked commented 5 years ago

Try with the latest version of Luminoth, released yesterday :)

Let me know if you have any issues!