synthetic_datasets icon indicating copy to clipboard operation
synthetic_datasets copied to clipboard

fixed folder creation for mac and linux

Open ItsTimeToGetOut opened this issue 4 years ago • 1 comments

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.

ItsTimeToGetOut avatar Aug 05 '20 13:08 ItsTimeToGetOut

You could you use os.path.sep, it will be better.

AliOsm avatar Aug 06 '20 08:08 AliOsm