Hi all,
I’ve tried submitting Assignment 3 with both forms of the pset requested
- grad checking working properly but backprop not working properly (which was purposely initialized improperly)
- grad checking working properly, with backprop working properly (updated after the the last part of the assignment suggested changing it)
After submitting both versions, I get 80/100 with this output:
’
[ValidateApp | INFO] Validating ‘/home/jovyan/work/submitted/courseraLearner/W1A3/Gradient_Checking.ipynb’
[ValidateApp | INFO] Executing notebook with kernel: python3
Tests failed on 1 cell(s)! These tests could be hidden. Please check your submission.
’
The functions that we are supposed to submit have been validated by the program (green text saying ‘passed/good job/etc’)
The very first cell of code (with library calls, etc) returns this:
’
The autoreload extension is already loaded. To reload it, use:
%reload_ext autoreload
’
Any ideas as to what it could be?