Hi,
I was able to find the solution using some simple troubleshooting of the Python error, but I am not sure how we are supposed to arrive there otherwise.
For the programming assignment for module 4, course 1, EX 3 we are supposed to build out a simpleCNN with module style programming. The progression of the conv_blocks is given to us: (3 → 32 → 64 → 128). No MaxPooling is involved in this case.
After these blocks we move to a linear classifier layer. What I’ve not been able to figure out yet is how we determine the input size of the first linear layer ? The second is straight forward. As said I got the number (can’t share it) through troubleshooting but the answer is not what I expected it to be (?).
