Skip to content

Commit 873e4a0

Browse files
authored
Fix the link to the paper (#2684)
1 parent 3da3ec7 commit 873e4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_addons/layers/optical_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ class CorrelationCost(tf.keras.layers.Layer):
140140
"""Correlation Cost Layer.
141141
142142
This layer implements the correlation operation from [FlowNet Learning
143-
Optical Flow with Convolutional Networks](https://arxiv.org/abs/1504.06)(Fischer et al.).
143+
Optical Flow with Convolutional Networks](https://arxiv.org/abs/1504.06852)(Fischer et al.).
144144
145145
Args:
146146
kernel_size: An integer specifying the height and width of the

0 commit comments

Comments
 (0)