Week 2 Assigment 1 AssertionError: Error in test

I’m making 1 assigment

i made Exercise 3 - ResNet50
when testing it it show:
Test failed
Expected value

[‘Conv2D’, (None, 15, 15, 256), 16640, ‘valid’, ‘linear’, ‘GlorotUniform’]

does not match the input value:

[‘Conv2D’, (None, 15, 15, 256), 16640, ‘same’, ‘linear’, ‘GlorotUniform’]

How can I change padding?

Please refer this page. There’s a padding parameter you can set.