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
{{ message }}
This repository was archived by the owner on Apr 8, 2026. It is now read-only.
I tried to use MS-COCO dataset for training.
After i serialize the MS-COCO image using
and save tfrecords,
i always meets an error, the shape of decoded image is not corresponded to its original shape.
When i change this
tf.decode_rawintotf.io.decode_imagei solve the problem.glow/data_loaders/get_data.py
Line 19 in eaff217
I manually check that bytes files have smaller size than the original size (hxwxc)
What is the reason???