keras_openvino icon indicating copy to clipboard operation
keras_openvino copied to clipboard

How to run Keras model inference x3 times faster with CPU and Intel OpenVINO

Results 4 keras_openvino issues
Sort by recently updated
recently updated
newest added

Hi, after many tries I finally got the code up and running. Now it just depends on one mistake ... My question: I trained the original hdf5 model with MobileNet....

The notebook gets hung at this instruction: !python {mo_tf_path} --input_model {pb_file} --output_dir {output_dir} --input_shape {input_shape_str} --data_type FP16 Is this project even alive?

Tried running the very first cell and got a misshape error --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in () 30 x = preprocess_input(x) 31 ---> 32 preds = model.predict(x)...

I am have problem when running shell "# Plugin initialization for specified device and load extensions library if specified." When I change to plugin = IEPlugin("CPU", plugin_dirs=plugin_dir). The problem is...