RichardBJ / Deep-Channel

To follow
MIT License
43 stars 19 forks source link

finding training dataset_pathing #6

Open Houlihanp opened 2 years ago

Houlihanp commented 2 years ago

Attempting to use application with Windows. Predictor.py is unable for find the "outfinaltest78.csv" data set. It is located in ...Deep-Channel-master\Random datasets\1 channel\high noise separate from the training dataset, so it may be a pathing issue that I'm not able to correct.

Error: FileNotFoundError: [Errno 2] File b'outfinaltest78.csv' does not exist: b'outfinaltest78.csv'

RichardBJ commented 1 year ago

The relative paths included in the code are kind of examples? You need to but the correct file address in there. Not sure if that file even was there, but it is added to this repository now anyway.