Convert-own-data-to-MNIST-format
Convert-own-data-to-MNIST-format copied to clipboard
This project is convert own data to MNIST format. It may help you to quickly test new DL model without modify too much code.
Can anybody help to identify? I am having following error: `File "convert_to_mnist_format.py", line 215, in main(sys.argv) File "convert_to_mnist_format.py", line 193, in main labelsAndFiles = get_labels_and_files(argv[1]) File "convert_to_mnist_format.py", line 82, in...
What does it mean? C:\PROGRAMOWANIE\Python_OCR\Convert-own-data-to-MNIST-format-master\Convert-own- data-to-MNIST-format-master>python convert_to_mnist_format.py C:\PROGRAMOWANIE\P ython\OCR_Math\training_images 10 Traceback (most recent call last): File "convert_to_mnist_format.py", line 215, in main(sys.argv) File "convert_to_mnist_format.py", line 199, in main labelsAndFiles, argv[2]) File...
Hi, I have data in the structure of data-->test-->0 -->1 -->train-->0 -->1 With a current total of 39834 files. and I converted it with: python convert_to_mnist_format.py ./ data/train train and...