Hello,
I am using imageAI with tensorflow 1.14 right now, but since I must have CUDA 10.1 installed, I cannot use my gpu. (because tensorflow 1.14 is not compatible with CUDA 10.1) After a lot of effort I managed to install tensorflow 2.1, which is compatible with CUDA 10.1, but unfortunately, imageAI is not working with tensorflow 2.1 yet. I've read in the documentation that it will be available soon. I was wondering when.
Thanks in advance.
@bjente Even if you install 1.4 there are still a bunch of compatibility issues.
I'm using:
python 3.6
tensor-flow 1.4.0
kerras 2.3.1
opencv-python 4.1.2.30
which are all within range according to docs, but I still can't even import ObjectDetection. I think the docs need updating
I don't think there is a date for this :/ and eah, I agree with you, requirements are not managed/documented very well :/
Same issue here. Would be great if this could work with tensorflow 2.1. difficult to get all the different software packages aligned on versions. I am completely new to python and machine learning and working on this for fun, so take that into account. But thanks to the developers on this project for all the hard work. Not complaining, just providing feedback. Thanks
Most helpful comment
@bjente Even if you install 1.4 there are still a bunch of compatibility issues.
I'm using:
python 3.6
tensor-flow 1.4.0
kerras 2.3.1
opencv-python 4.1.2.30
which are all within range according to docs, but I still can't even import
ObjectDetection. I think the docs need updating