CS231 icon indicating copy to clipboard operation
CS231 copied to clipboard

Typo: 'mode' should be a key rather than value.

Open whitish opened this issue 7 years ago • 0 comments

If you change it to key you will see significantly slower conversion. Looks like this typo comes from the original class though.

https://github.com/cthorey/CS231/blob/11f0521c4f7865a0005f21bb24ec29c8b00c2712/assignment2/cs231n/classifiers/cnn.py#L143

Should be:

    bn_param['mode'] = mode

whitish avatar Oct 11 '17 12:10 whitish