Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

Tensorflow issue: meta transformation

Mspiz
New Contributor I
328 Views

Hi,

Trying to transform .meta in IR model I have :

NotFoundError (see above for traceback): Unsuccessful TensorSliceReader constructor: Failed to find any matching files for /home/ubuntu/Desktop/net/network.ckp

my command string is:

python3 mo_tf.py --input_meta_graph /home/ubuntu/Desktop/net/network.ckpt.meta   --model_name res_network  --output_dir ../my_ir_model/ 

it happened with different network.

Each network_save_folder have:

network.ckpt.meta, network.ckpt.index, network.ckpt.data-00000-of-00001, checkpoint .

What's wrong?

 

 

 

0 Kudos
2 Replies
Severine_H_Intel
Employee
328 Views

Dear Carmine, 

I could reproduce your issue with Faster R-CNN. I will escalate this issue to our dev team. For completeness, can you share with which topologies did you also face the issue? 

Best, 

Severine

0 Kudos
Mspiz
New Contributor I
328 Views
Hi Habert, I Have this issue with "imagenet-vgg-verydeep-19" topology to realize fast-style-transfer in TensorFlow. Cheers, Carmine
0 Kudos
Reply