Skip to content

Commit 204fef4

Browse files
authored
Update docstring with additional references
Added references to Gram matrices and neural style transfer in the docstring.
1 parent e6512b4 commit 204fef4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

computer_vision/gramian.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
"""
22
Image style reconstruction with Gram matrices.
33
4+
https://en.wikipedia.org/wiki/Gram_matrix
5+
https://en.wikipedia.org/wiki/Neural_style_transfer
46
https://arxiv.org/pdf/1603.08155#page=7&zoom=auto,-294,3
57
"""
68

0 commit comments

Comments
 (0)