You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems fine with code above. So I guess the issue is about type assignment in tf.range.
Thanks!
The text was updated successfully, but these errors were encountered:
tqchen
changed the title
[RELAY][Bug] output type assignment not work for tf.range() in TVM
[RELAY][FRONTEND][TF][Bug] output type assignment not work for tf.range()
Nov 6, 2019
tqchen
changed the title
[RELAY][FRONTEND][TF][Bug] output type assignment not work for tf.range()
[FRONTEND][TF][Bug] output type assignment not work for tf.range()
Nov 6, 2019
This issue happens when converting code with
tf.range()
.My environment is:
develop: python3.6, tensorflow1.14
convert to TVM: container of tvmai/demo-gpu
The code of issue is
the error log is:
And I take detour to avoid this issue by:
It seems fine with code above. So I guess the issue is about type assignment in tf.range.
Thanks!
The text was updated successfully, but these errors were encountered: