I lost the original file of C1W1_Your_First_GAN after making changes. Can someone provide this file? Furthermore, can someone guide me on how to solve this assignment? I think all the code is given in the file. Then what to do? Just run the code and test the output?
Furthermore, I have submitted my assignment 1, and the grader graded it every time zero. Can someone guide on this?
error code is “Cell #1. Can’t compile the student’s code. Error: SyntaxError(‘invalid character in identifier’, (‘/tmp/student_solution_cells/cell_1.py’, 96, 13, ’ if epoch\u202f%\u202f10 == 0:\n’))”
The assignment has some places in the code blocks where you are expected to fill. They are tagged this way:
# UNQ_C1 (UNIQUE CELL IDENTIFIER, DO NOT EDIT)
#### START CODE HERE ####
,You fill in this part
,
#### END CODE HERE ####
You fill all the places and then run the code blocks before submitting. This course requires knowledge of Python and some level of PyTorch knowledge, though they introduce it quite well in one of the labs.
If you do not know Python, I recommend you take an introductory Python course before resuming the course.
Here’s a thread about how to get a clean copy of any notebook.
1 Like
Thanks sir for your prompt response. it solved my issue.