Hello,
While submitting the code for Question 4 (Classify), I get the following error:
InvalidArgumentError: {{function_node _wrapped__Pack_N_2_device/job:localhost/replica:0/task:0/device:GPU:0}} Shapes of all inputs must match: values[0].shape = [10240] != values[1].shape = [10240,10240] [Op:Pack] name: stack
My submitted codes for the first three questions are correct, and I submitted them to the grader as well, to cross-check. I have gone through the common problems in Question 4 including incorrect dtype for input_1 and input_2 in Question 1, or on slicing of data for recovering v1 and v2 (hints after the Triplet Loss Function). Somehow, I am unable to troubleshoot the issue, and have also read the instructions carefully. I would be really grateful for any tips on how to resolve the issue, as it is affecting both Questions 4 and 5. On submitting, I did get partial credit for Question 5, though I couldn’t identify the exact issue.
My lab ID is ugtstetsekth
I would be really grateful for any help. Thank you!