Typo in C3W3_Assignment

The doc_string for Siamese refers to d_model, but there is no such argument. Instead there is a d_feature argument which is not documented.

1 Like

please share screenshot about what you’re stating without sharing any grade cell codes.

are you referring the d_model mentioned in the test cell??

d_,model is mentioned in the Args section in the red!!!

Yep it’s mentioned in the Args section but there is no argument d_model.

d_model in the doc string should be replaced with d_feature.

2 Likes

@lucas.coutinho please note this.

Thanks! I will fix it.

1 Like