Closed zhouphd closed 7 years ago
@zhouphd, thanks for finding this. Could you prepare a pull request, please?
@justanhduc submitted a pull request at https://github.com/tensorflow/models/pull/1571/files.
@aselle I’d like to, it seems a common issue, a pull request more like: moving python 2 to python 3, just mention user who meet this, I 'll keep watching & following, :)
@nealwu @justanhduc Thanks for you all, I was sleeping in the midnight, ~~
From #1571 , I think we could close this, :)
Best,
When you meet this:
This is a Python 2 to Python 3 of dict change.
Solution: change iteritems() to items()
for extractor_type, extractor_class in FEATURE_EXTRACTOR_MAPS.items():
Then,
python ./object_detection/builders/model_builder_test.py
.......
Ran 7 tests in 0.055s
OK