Last answered:

25 Nov 2021

Posted on:

14 Nov 2021

0

while assigning the variables train,test,validation

it gives error that permission denied for the directory access


PermissionError: [Errno 13] Permission denied: 'D:\\\\Data\\\\Train'
1 answers ( 0 marked as helpful)
Instructor
Posted on:

25 Nov 2021

0

Hi,
This happens because you have provided a path leading to a folder, not a file.
Remember to always use the right extension at the end (e.g. "Train**.npz**", or whatever is necessary for your situation)

Best,
365 Team, Nikola

Submit an answer