You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/07/28 06:13:33 UTC

[GitHub] [tvm] woobinw opened a new pull request, #12211: fix bug: KeyError, can't find some parameter key

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] junrushao1994 commented on pull request #12211: fix bug: KeyError, can't find some parameter key

Posted by GitBox <gi...@apache.org>.
junrushao1994 commented on PR #12211:
URL: https://github.com/apache/tvm/pull/12211#issuecomment-1200360174

   Of course! Thanks for the contribution!


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] jiangjiajun commented on pull request #12211: fix bug: KeyError, can't find some parameter key

Posted by GitBox <gi...@apache.org>.
jiangjiajun commented on PR #12211:
URL: https://github.com/apache/tvm/pull/12211#issuecomment-1200358085

   @junrushao1994 Could you help to merge this pr?


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] heliqi commented on pull request #12211: fix bug: KeyError, can't find some parameter key

Posted by GitBox <gi...@apache.org>.
heliqi commented on PR #12211:
URL: https://github.com/apache/tvm/pull/12211#issuecomment-1198933230

   One suggestion: The title could be changed to "[Frontend] [Paddle] fix bug ..".
   
   LGTM!


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] woobinw commented on pull request #12211: [Frontend] [Paddle] fix bug: KeyError, can't find some parameter key

Posted by GitBox <gi...@apache.org>.
woobinw commented on PR #12211:
URL: https://github.com/apache/tvm/pull/12211#issuecomment-1209134283

   > 
   
   OK, thank your suggestion


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] junrushao1994 merged pull request #12211: fix bug: KeyError, can't find some parameter key

Posted by GitBox <gi...@apache.org>.
junrushao1994 merged PR #12211:
URL: https://github.com/apache/tvm/pull/12211


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org