Hello all!
I am new to this forum and just wanted to comment on something I observed.
I worked my way through the tutorial but got stuck at the part int the overfit_and_underfit tutorial where the function “compile_and_fit” is defined. My cli always threw the error “ValueError: Arguments target
and output
must have the same rank (ndim). Received: target.shape=(None,), output.shape=(None, 1)”. So I ran the code in the above listed jupyter notebook and it worked. I looked through the code and saw that there was a difference between the code listed in the notebook and in the docs. I adjusted the code in my script as it was written in the notebook and it worked.
I just wanted to report that since others might be confused by this like I was.
Hope it helps and have a great day,
Jürgen Thomas