Deep-Learning-Specialization-Coursera icon indicating copy to clipboard operation
Deep-Learning-Specialization-Coursera copied to clipboard

Deep Learning Specialization courses by Andrew Ng, deeplearning.ai

Results 5 Deep-Learning-Specialization-Coursera issues
Sort by recently updated
recently updated
newest added

Hi, In the line ----> 8 prediction = model.predict([source, s0, c0]) why am i getting the error "Error when checking : expected X to have 3 dimensions, but got array...

Code leaves error if above change left unchanged

Hi, thanks for sharing your file. For below code extracted from your [file](https://github.com/AdalbertoCq/Deep-Learning-Specialization-Coursera/blob/master/Convolutional%20Neural%20Networks/week1/convolution_model.py), I propose changes below ``` a_prev_pad = A_prev[i] # Select ith training example's padded activation #your original...

https://github.com/AdalbertoCq/Deep-Learning-Specialization-Coursera/blob/68b4b53ae2b88308e048558c49fa2192aa32fcd6/Convolutional%20Neural%20Networks/week1/convolution_model.py#L168 There is a need to be 'h' instead of 'w'.