Skip to content

Commit 3740a50

Browse files
committed
formula
1 parent b14869e commit 3740a50

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

index.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44

55
L2 Objective for GAN:
66

7-
`loss_D = 0.5 * (tf.reduce_mean((outReal-1)**2)+tf.reduce_mean(outComp**2))`
8-
9-
`loss_GP = 0.5 * (tf.reduce_mean(outComp-1)**2)`
10-
7+
<img src="img/loss.png" width=300>
118

129
### Loss Plot
1310

0 commit comments

Comments
 (0)