YuXiaoYe

Results 1 issues of YuXiaoYe

I have a question about the code here when I have read it. I think the line 181: [https://github.com/cmgreen210/TensorFlowDeepAutoencoder/blob/5298ec437689ba7ecb59229599141549ef6a6a1d/code/ae/autoencoder.py#L181-L182](url) out = self._activate(last_output, self._w(n), self._b(n, "_out"), transpose_w=True) the second param shouldn't...