C3W2A_Assignment Center Cropping

@Vasili_Reikh, the underlying problem with using CenterCrop() is due to a version mismatch, as mentioned in the first posts on this thread - although back then, the problem was happening in the assignment. Now the assignment works with CenterCrop(), but the grader is still using an older version of python or pytorch. I’ll ping the developers to remind them the grader needs to be updated for this.

In the meantime, instead of using CenterCrop(), you will need to do your own array-slicing to crop the image yourself.

There’s also some discussion of this issue on this thread, if you’re interested:

1 Like