I installed jupyter notebook at the path of Z:\home\"User name"
.
Therefore, I made my project folders and notebooks there too.
I moved my image files by copy and paste to wsh folders.
I run deep learning code for computer vision and I got error as below.
InvalidArgumentError: Graph execution error:Detected at node DecodePng defined at (most recent call last):<stack traces unavailable>Detected at node DecodePng defined at (most recent call last):<stack traces unavailable>2 root error(s) found. (0) INVALID_ARGUMENT: Unknown image file format. One of JPEG, PNG, GIF, BMP required. [[{{node DecodePng}}]] [[IteratorGetNext]] [[IteratorGetNext/_2]] (1) INVALID_ARGUMENT: Unknown image file format. One of JPEG, PNG, GIF, BMP required. [[{{node DecodePng}}]] [[IteratorGetNext]]0 successful operations.0 derived errors ignored. [Op:__inference_train_function_54246]
I checked images and opened it. But it shows nothing.
I searched internet and it seems like copy & paste don't work for WSH.
I want to know what is the reason.
And How I can solve easily for that?
Someone mentioned folder MNT/C. But that folder is not in my notebook folder.
How everyone is doing deep learning with lots of dataset by WSH?
I think people will download images on windows and move images to WSH.
Or maybe I could move my dataset to google drive and download it to WSH?