synthetic_datasets
synthetic_datasets copied to clipboard
fixed folder creation for mac and linux
On a mac or a Linux System the folders MNIST_Converted_Training/Testing were created but all the files were exported in cwd. Fixed the error by detecting the system, and specifying file names appropriately.
You could you use os.path.sep
, it will be better.