Skip to content

Commit 7475159

Browse files
authored
Merge pull request #5 from ss18/ss18/pr0: Fix Typos
Fixed typos: respectivly -> respectively representive -> representative
2 parents 538a776 + daadb7c commit 7475159

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fid_score.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
The FID is calculated by assuming that X_1 and X_2 are the activations of
1313
the pool_3 layer of the inception net for generated samples and real world
14-
samples respectivly.
14+
samples respectively.
1515
1616
See --help to see further details.
1717
@@ -132,10 +132,10 @@ def calculate_frechet_distance(mu1, sigma1, mu2, sigma2, eps=1e-6):
132132
inception net (like returned by the function 'get_predictions')
133133
for generated samples.
134134
-- mu2 : The sample mean over activations, precalculated on an
135-
representive data set.
135+
representative data set.
136136
-- sigma1: The covariance matrix over activations for generated samples.
137137
-- sigma2: The covariance matrix over activations, precalculated on an
138-
representive data set.
138+
representative data set.
139139
140140
Returns:
141141
-- : The Frechet Distance.

0 commit comments

Comments
 (0)