Doubt in Cats,Dogs,Horses and Humans CNN

I was creating a validation set from training data. So I created the validation folder and also sub-folders in it . Then I also printed the paths of all the images to be moved from training into validation folder . Then I moved the image from training folder into validation folder using shutil.move(src,dest) command . However this command is showing error saying that no such file or directory . Please tell what to do as Sir also coded in this way.

@abhaygarg2001
I am also getting same error. Could you provide me the resolution if you had resolved.