Commit a46ade7e authored by Yong Tang's avatar Yong Tang
Browse files

Fix tflite_convert.py issue in Python 3



This fix tries to address the issue raised in 20276 where
in python 3, the following error were thrown with tflite_convert.py:
```
TypeError: object of type 'zip' has no len().
```
This fix converts zip output to list to fix the issue in python 3.

This fix fixes 20276.

Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>
parent b10d0bad
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment