tryolabs / luminoth

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

lumi command is not found #278

Open messplay opened 5 years ago

messplay commented 5 years ago

I tried to run command lumi after instalation and lumi command is not found

reorder-cv commented 5 years ago

please post the exact details of how you have proceeded with the installation and command execution

amitrajitbose commented 5 years ago

Installed according to docs instruction then tried to run lumi --help Error Given Below:

OK_PZATION_TYPE = tf.contrib.distributions.FULLY_REPARAMETERIZED
AttributeError: module 'tensorflow' has no attribute 'contrib'

@reorder-cv

amitrajitbose commented 5 years ago

This issue is due to the presence of Tensorflow 2.0 I removed and installed a fresh version of Tensorflow 1.13 and it started working smoothly. @messplay @reorder-cv