zml

Results 2 comments of zml

@udibr , I have some thoughts but I don't know whether they are correct. Before using `dnn_conv(X, w, subsample = (2, 2), border_mode=(2, 2))`, the author used `X = conv_cond_concat(X,...

Thank you for rereading the code. I find that in the faces model the [`batchnorm`](https://github.com/Newmu/dcgan_code/blob/ee12b2d15a3856794b8dae77d1eb263c67c36e47/faces/train_uncond_dcgan.py#L119) function is used with a `bias` parameter. However `bias` is still missing in some layers,...