Convolutional_neural_network
Convolutional_neural_network copied to clipboard
ImportError: bad magic number in 'config': b'\x03\xf3\r\n'
I get the following issue while trying to run using python 3.
ImportError: bad magic number in 'config': b'\x03\xf3\r\n'
What could possibly be causing this issue? Is it because my python 3 version is 3.5.2 instead of 3.5.1 as specified in the runtime.txt file? My default python interpreter is set to python 2 which is the default on a Ubuntu system.
Thanks!
I added an empty file named config.py in the repository folder and stopped having this issue. I had this idea when I looked at the greydanus repository and saw this empty file named config.py
@thiagodangelo worked for me too. @techluv13 if you don't want to do that you can always just clone the greydanus repo itself.
closes #6