Skip to content

Commit 9194052

Browse files
DreSimpelofchollet
authored andcommitted
Fixed dead link in batch norm documentation (keras-team#3937)
Fixed dead link for the references in the Batch Normalization documentation
1 parent e0d871b commit 9194052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras/layers/normalization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class BatchNormalization(Layer):
5858
Same shape as input.
5959
6060
# References
61-
- [Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift](http://jmlr.org/proceedings/papers/v37/ioffe15.html)
61+
- [Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift](http://jmlr.org/proceedings/papers/v37/ioffe15.pdf)
6262
'''
6363
def __init__(self, epsilon=1e-5, mode=0, axis=-1, momentum=0.99,
6464
weights=None, beta_init='zero', gamma_init='one',

0 commit comments

Comments
 (0)