I tried to convert TensorFlow 1 CycleGAN non-frozen model with OpenVINO API 2.0 on Windows.
I used mo --input_meta_graph cyclegan.model-2002.meta to convert my model.
But got the following error.
[ FRAMEWORK ERROR ] Cannot load input model: Attempting to use uninitialized value generatorA2B/g_r6_bn2/scale/Adam_1
[[{{node _retval_generatorA2B/g_r6_bn2/scale/Adam_1_0_218}}]]
Here is my non-frozen model files.
