Open kazad123 opened 4 years ago
To resolve this:
add img_bgr = cv2.resize(img_bgr, (200, 200)) in utils.py after img_bgr = cv2.imread(path)
@rajendrac3
I added
img_bgr = cv2.resize(img_bgr, (64, 64))
instead of
img_bgr = cv2.resize(img_bgr, (200, 200))
And it worked for me
I am getting the following error when trying to train the model using the celebA dataset. Load fails to find a checkpoint, which makes sense since there are no checkpoints. Then the following error occurs. I have pasted some of the last output along with the stacktrace. I would appreciate any and all help
Thank you