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

Fix an OrderedDict initilization bug. #2862

Merged
merged 1 commit into from
Mar 20, 2019
Merged

Conversation

lixiaoquan
Copy link
Contributor

@lixiaoquan lixiaoquan commented Mar 20, 2019

The dict which is used to initilize OrderedDict is not ordered, so
metadata may not be at the end.

  The dict which is used to initilize OrderDict is not ordered, so
  metadata may not be at the end.
@lixiaoquan lixiaoquan changed the title Fix an OrderDict initilization bug. Fix an OrderedDict initilization bug. Mar 20, 2019
@tqchen tqchen merged commit 1278d68 into apache:master Mar 20, 2019
Laurawly pushed a commit to Laurawly/tvm-1 that referenced this pull request Mar 22, 2019
The dict which is used to initilize OrderDict is not ordered, so
  metadata may not be at the end.
wweic pushed a commit to wweic/tvm that referenced this pull request Mar 24, 2019
The dict which is used to initilize OrderDict is not ordered, so
  metadata may not be at the end.
wweic pushed a commit to neo-ai/tvm that referenced this pull request Mar 24, 2019
The dict which is used to initilize OrderDict is not ordered, so
  metadata may not be at the end.
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