Hi,
I tried to install the "perception" module and it always claimed that "gqcnn 0.1.0 requires tensorflow>=1.0, which is not installed.". However, I am sure that tensorflow-gpu (version1.6) has been installed in my laptop, and I can print the version number successfully by "print(tensorflow.version)". Additionally, if I install the tensorflow with cpu version, everything will be OK, and I can use the GQCNN package to train my data. But it's really time-consuming, what should I do?
Hi, I tried to install the "perception" module and it always claimed that "gqcnn 0.1.0 requires tensorflow>=1.0, which is not installed.". However, I am sure that tensorflow-gpu (version1.6) has been installed in my laptop, and I can print the version number successfully by "print(tensorflow.version)". Additionally, if I install the tensorflow with cpu version, everything will be OK, and I can use the GQCNN package to train my data. But it's really time-consuming, what should I do?
Sincerely, Hui.