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 2020/01/26 02:34:41 UTC

[GitHub] [incubator-tvm] caoqichun opened a new issue #4777: I want get graph_json from tvm.relay.from_tensorflow(), but I donnot install LLVM. What i can do?

caoqichun opened a new issue #4777: I want get graph_json from tvm.relay.from_tensorflow(), but I donnot install LLVM. What i can do?
URL: https://github.com/apache/incubator-tvm/issues/4777
 
 
   mod, params = relay.frontend.from_tensorflow(graph_def,   layout=layout,  shape=shape_dict)
   target = 'c'
   target_host = 'c'
   with relay.build_config(opt_level=3):
       graph_json, lib, params = relay.build(mod,  target=target,  target_host=target_host, params=params)
   
   
   but I get "TVMError:  cannot convert type float32x512 to c type", I only want to get graph_json.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-tvm] tqchen commented on issue #4777: I want get graph_json from tvm.relay.from_tensorflow(), but I donnot install LLVM. What i can do?

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #4777: I want get graph_json from tvm.relay.from_tensorflow(), but I donnot install LLVM. What i can do?
URL: https://github.com/apache/incubator-tvm/issues/4777#issuecomment-578463216
 
 
   Thanks for reporting the problem, please open a new trouble shooting thread on https://discuss.tvm.ai/

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-tvm] tqchen closed issue #4777: I want get graph_json from tvm.relay.from_tensorflow(), but I donnot install LLVM. What i can do?

Posted by GitBox <gi...@apache.org>.
tqchen closed issue #4777: I want get graph_json from tvm.relay.from_tensorflow(), but I donnot install LLVM. What i can do?
URL: https://github.com/apache/incubator-tvm/issues/4777
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services