I am getting an unknown error in C2_W3

Cell #22. Can’t compile the student’s code. Error: SyntaxError(‘EOF while scanning triple-quoted string literal’, (‘/tmp/student_solution_cells/cell_22.py’, 28, 4, “‘’'\n”))

It seems there is a syntax error in line 28 of the 22nd cell in your notebook.

Cell #31. Can’t compile the student’s code. Error: SyntaxError(‘EOF while scanning triple-quoted string literal’, (‘/tmp/student_solution_cells/cell_31.py’, 34, 48, “‘’'\nmodel_r.fit(X_train,y_train,epochs=1) \n”))

I am getting that error too

Did you edit any of the code in the cell that calls model_r.fit()?

Please post a screen capture image showing the code in that cell.

It’s fine now. I reset lab to last check point and did everything again. I couldn’t figure out where problem was but this worked out.