Debugging Python Script
Budget: $30 – $250 USD
I need you to debug "ValueError: Shapes (None, None), and (None, 5, 128,128,100) are incompatible" and any subsequent errors that pop up when running python train.py
Debugging Order:
1) You should first check models.py and look at the input shape values and then you should look into train.py
2) You should also look at lines 237-332 in super_data_loader.py, but you should not have to change anything there
Background:
I am taking 4 model inputs: keystrokes, left corner of screen, right corner of screen and full screen. The number folders are the data images. You can record more data with record_data.py. You should press k to start the script. The keys w,a,s,d because they are used to control a car in game. Press w,a,s,d a few times then end script with x and then q.
Debugging Order:
1) You should first check models.py and look at the input shape values and then you should look into train.py
2) You should also look at lines 237-332 in super_data_loader.py, but you should not have to change anything there
Background:
I am taking 4 model inputs: keystrokes, left corner of screen, right corner of screen and full screen. The number folders are the data images. You can record more data with record_data.py. You should press k to start the script. The keys w,a,s,d because they are used to control a car in game. Press w,a,s,d a few times then end script with x and then q.