Deleted stray commented line

This commit is contained in:
Jerod Weinman
2020-12-22 14:12:39 -06:00
parent f97b3baf53
commit 7463012a8c

View File

@@ -85,7 +85,6 @@ for t in range(100):
pydiffvg.imwrite(img, 'results/single_curve_tf/iter_{}.png'.format(t))
grads = tape.gradient(loss_value, [points_n, color])
#grads = tape.gradient(loss_value, [points_n])
print(grads)
optimizer.apply_gradients(zip(grads, [points_n, color]))