Yingtao Tian
Results
1
issues of
Yingtao Tian
## Code to concern In `chapter14_generative-adversarial-networks/dcgan.ipynb` the calculation for custom metric is ```Python return ((pred > 0.5) == label).mean() ``` and this metric is updated from ```Python output = netD(data).reshape((-1,...