woobinw opened a new pull request, #12211:
URL: https://github.com/apache/tvm/pull/12211

   
   Traceback (most recent call last):
     File "/root/ncsdk/bin/paddle_imgrelay.py", line 152, in <module>
       args.no_transforms, args.save_temps, args.loglevel == 'DEBUG')
     File "/root/ncsdk/bin/paddle_imgrelay.py", line 73, in convert_network
       mod, params = relay.frontend.from_paddle(model, 
shape_dict=input_shape_dict)
     File 
"/root/ncsdk/common/imgrelay/python/tvm/relay/frontend/paddlepaddle.py", line 
2018, in from_paddle
       mod, params = g.from_translated_layer(program_or_layer, shape_dict)
     File 
"/root/ncsdk/common/imgrelay/python/tvm/relay/frontend/paddlepaddle.py", line 
1963, in from_translated_layer
       self.extract_parameters(program, parameters)
     File 
"/root/ncsdk/common/imgrelay/python/tvm/relay/frontend/paddlepaddle.py", line 
1878, in extract_parameters
       self.params[name] = _nd.array(scope[name])
   KeyError: 'generated_tensor_0'


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to