Closed Lumik7 closed 6 years ago
I will fix this bug by using os.path.join
syntax and using setup_directory
to make sure the directory exists.
The bug has been fixed. The saving process is now OS independent. Close issue
Sorry, didn't think of that. Thanks for the fix.
no problem, forgot to fix the same bug in restore_preprocessed_data_from_disk. This is fixed now as well
Running
make_dataset.py --download False --preprocessing True
introduces a file not found error on Windows due to this code snippet inPreprocessing.preprocess()
:because the "/" is not supported.