tryolabs / luminoth

Deep Learning toolkit for Computer Vision.

Home Page:https://tryolabs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lumi command is not found

messplay opened this issue · comments

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

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

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

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