Find the error image position
Here's how I went about the exercise from the last section.
Exercise 14: Find the position of the error image
- Create the function find_error_image_position().
- Find the positions of the bottom and the left edge of the error image.
- Print the result to the console.
Feel free to use my solution to the last exercise as a starting point: nn_viz_13.py
Ready? Go for it.
0 comments