autoencoders icon indicating copy to clipboard operation
autoencoders copied to clipboard

Update ae.py

Open madan-ram opened this issue 10 years ago • 1 comments

I was reading your code as a reference. Then I found that you are converting array to list for converting it to floatX dtype, but is is much efficient not to convert to list then to array rather we can directly convert to floatX. I have also added corruption quantity.

madan-ram avatar Feb 17 '15 06:02 madan-ram

Why did you add corruption_quantity in ae.py file?

veinpy avatar Jan 10 '16 16:01 veinpy