Mask-RCNN-series icon indicating copy to clipboard operation
Mask-RCNN-series copied to clipboard

For tensorflow cpu version

Open mzuhairqadir opened this issue 6 years ago • 3 comments

If you wish to run this demo without GPU then instead of renaming GPU in the flowing line

tensorflow-cpu==1.5

you just use

tensorflow and it will by default install CPU version and i test run with latest 1.6 version of tensorflow CPU version. No problem there.

mzuhairqadir avatar Mar 26 '18 07:03 mzuhairqadir

thats correct

markjay4k avatar Mar 27 '18 04:03 markjay4k

What is the keras version you are using with tensorflow 1.5? I met some error when trying to run the inference mode on the CPU. The same script runs well on a GPU machine. I wonder if the versions of tensorflow and keras matter. Thanks.

cooleel avatar Feb 18 '19 18:02 cooleel

@mzuhairqadir I am facing problem working with tensorflow CPU. Can you help, please?

bhuiyanmobasshir94 avatar Mar 20 '19 05:03 bhuiyanmobasshir94