Skip to content

Commit 75835b2

Browse files
authored
Small documentation fix (#174)
1 parent 66b236b commit 75835b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchcfm/optimal_transport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def get_map(self, x0, x1):
6969
x0 : Tensor, shape (bs, *dim)
7070
represents the source minibatch
7171
x1 : Tensor, shape (bs, *dim)
72-
represents the source minibatch
72+
represents the target minibatch
7373
7474
Returns
7575
-------

0 commit comments

Comments
 (0)