You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello author, this is a very nice work. I would like to ask: why is grad( ) in Train.py not defined? in line66 and 67
fgx,fgy=grad(fake_y_list)
gx,gy=grad(yimages)