hi, i'm trying to understanding your program.
if i'm running your step 3 transform_image. i got error
ValueError: too many values to unpack (expected 2)
can u tell me, whats wrong ?
Traceback (most recent call last): File "C:/Users/X/Desktop/test/transform_images.py", line 62, in <module> main() File "C:/Users/X/Desktop/test/transform_images.py", line 41, in main image_path, image_label = line.split() ValueError: too many values to unpack (expected 2)
hi, i'm trying to understanding your program.
if i'm running your step 3 transform_image. i got error
ValueError: too many values to unpack (expected 2)
can u tell me, whats wrong ?
Traceback (most recent call last): File "C:/Users/X/Desktop/test/transform_images.py", line 62, in <module> main() File "C:/Users/X/Desktop/test/transform_images.py", line 41, in main image_path, image_label = line.split() ValueError: too many values to unpack (expected 2)