Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@
"source": [
"# GRADED FUNCTION: gradient_check_n\n",
"\n",
"def gradient_check_n(parameters, gradients, X, Y, epsilon = 1e-7):\n",
"def gradient_check_n(parameters, gradients, X, Y, epsilon = 1e-7, print_msg=False):\n",
" \"\"\"\n",
" Checks if backward_propagation_n computes correctly the gradient of the cost output by forward_propagation_n\n",
" \n",
Expand Down