Skip to content

Commit 147cb2e

Browse files
author
Philip Kirkbride
committed
typo/inconsistency in spelling of corruption
1 parent 8eb21da commit 147cb2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/dA.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def __init__(
195195

196196
def get_corrupted_input(self, input, corruption_level):
197197
"""This function keeps ``1-corruption_level`` entries of the inputs the
198-
same and zero-out randomly selected subset of size ``coruption_level``
198+
same and zero-out randomly selected subset of size ``corruption_level``
199199
Note : first argument of theano.rng.binomial is the shape(size) of
200200
random numbers that it should produce
201201
second argument is the number of trials

0 commit comments

Comments
 (0)