In the assignment, i am trying to convert the training labels as well as validation labels to numpy array by np.array(train_labels), it seems to give memory leakage error in the ntebook, is there any way to bypass this error
Thanks,
In the assignment, i am trying to convert the training labels as well as validation labels to numpy array by np.array(train_labels), it seems to give memory leakage error in the ntebook, is there any way to bypass this error
Thanks,
Hello @Asit_Kumar_Panda ,
Welcome to the community!!
Send me your notebook via dm such that I can check where it went wrong. By clicking on the profile picture, you will see an option to message. There you can attach your notebook. Then we can discuss the issues here.
With regards,
Nilosree Sengupta
Thanks Nilosree for the message. I have sent you my notebook
Hello @Asit_Kumar_Panda ,
I have seen your notebook.
Your # GRADED FUNCTION: train_val_split is not the required approach, though it gives the desired output.
The grader needs specific approach and to figure it out, read the hints.
With regards,
Nilosree Sengupta
Hello Nilosree,
Thanks a lot. I figured out the issue.