Hi,
I have been stuck on the seemingly simple mistake in the second ungraded lab. This is the cell that is causing me trouble.
resfg = tl.Serial(
### START CODE HERE ###
# None, #Fl # x + F(x)
# None, #Gl # x + F(x) + G(x + F(x)) etc
# None, #Fl
# None, #Gl
### END CODE HERE ###
tl.Residual(), Fl,
tl.Residual(), Gl,
Fl,
Gl
)
I totally understood why the results are incorrect, yet, I cannot find a solution to fix it. It would definitely be possible to fix it using tl.Select
and write it from scratch, but it seems that this is not the proposed approach.
In any case, this is the notebook. Any help is greatly appreciated.
C4_W4_Ungraded_Lab_2_Revnet.ipynb (30.1 KB)