You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few ideas that Akila and I came for to improve the U-Net exercise for 2026:
add a simple extra exercise in the beginning to show the concept of a Class (for example: UpSample), this will make the next exercises easier
split Task-6 into two parts, because this task is the main bottleneck of the entire exercise, mainly because the calculations of the number of fmaps is complicated. Proposed order:
make a function that computes the number of fmaps given a set of input parameters. Also, provide a test function to test their implementation
A few ideas that Akila and I came for to improve the U-Net exercise for 2026: