I need a little help. In the programming assignment of C4 W3 UnetV2 I see the conv block starts with num_filters=32. If we look into the Unet paper we see the first conv block has 64 filters.
Am I missing something here ?
Hi @sabz,
Due to computational reasons, the u-net architecture has been reduced/changed in the assignment. This is also mentioned in the assignment.
Best,
Mubsi
Thanks for clarification I definitely missed that part.