Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RELAY] Fix get_int_tuple for shape like '(1001,)' #2691

Merged
merged 1 commit into from
Feb 28, 2019

Conversation

lixiaoquan
Copy link
Contributor

tshape.strip('()[]').split(',') will make a list ['1001',''] but the empty one isn't needed.

 tshape.strip('()[]').split(',') will make a list ['1001',''] but the empty one isn't needed.
@tqchen tqchen merged commit bd78079 into apache:master Feb 28, 2019
@lixiaoquan lixiaoquan deleted the fix_get_int_tuple branch February 28, 2019 06:14
@yzhliu yzhliu mentioned this pull request Mar 2, 2019
28 tasks
bwasti pushed a commit to facebookexperimental/tvm that referenced this pull request Mar 6, 2019
tshape.strip('()[]').split(',') will make a list ['1001',''] but the empty one isn't needed.
wweic pushed a commit to neo-ai/tvm that referenced this pull request Mar 9, 2019
tshape.strip('()[]').split(',') will make a list ['1001',''] but the empty one isn't needed.
wweic pushed a commit to neo-ai/tvm that referenced this pull request Mar 12, 2019
tshape.strip('()[]').split(',') will make a list ['1001',''] but the empty one isn't needed.
wweic pushed a commit to neo-ai/tvm that referenced this pull request Mar 12, 2019
tshape.strip('()[]').split(',') will make a list ['1001',''] but the empty one isn't needed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants