Update gen_vocab.py to be python3 compatible (#4567)
Dictionary's .iteritem() raises an error in Python3. Replaced it with iteritem from six library.
Showing
Please register or sign in to comment
Dictionary's .iteritem() raises an error in Python3. Replaced it with iteritem from six library.