Update build_image_data.py
_bytes_feature excepted class bytes, but in python3 in class str,so use tf.compat.as_bytes for compatibility !
Showing
Please register or sign in to comment
_bytes_feature excepted class bytes, but in python3 in class str,so use tf.compat.as_bytes for compatibility !