You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix string to bytes conversion in deeplab data input. tensorflow#3885
The current code does not work in py2 since the input string could
contain unicode string, and default encoding in ASCII in py2. Change
the method to only do encode() which convert string to byte array
when running python3.
0 commit comments