Skip to content

Commit 30ceaf2

Browse files
djwadhwavfdev-5
andauthored
update citations to match the linked whitepaper (#3127)
* update citations * use original submission year --------- Co-authored-by: vfdev <[email protected]>
1 parent b7c9620 commit 30ceaf2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/super_resolution/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
ported from [pytorch-examples](https://github.com/pytorch/examples/tree/main/super_resolution)
44

5-
This example illustrates how to use the efficient sub-pixel convolution layer described in ["Real-Time Single Image and Video Super-Resolution Using an Efficient Sub-Pixel Convolutional Neural Network" - Shi et al.](https://arxiv.org/abs/1609.05158) for increasing spatial resolution within your network for tasks such as superresolution.
5+
This example illustrates how to use the efficient sub-pixel convolution layer described in ["Real-Time Single Image and Video Super-Resolution Using an Efficient Sub-Pixel Convolutional Neural Network" - Shi et al. 2016](https://arxiv.org/abs/1609.05158) for increasing spatial resolution within your network for tasks such as superresolution.
66

77
```
88
usage: main.py [-h] --upscale_factor UPSCALE_FACTOR [--crop_size CROPSIZE] [--batch_size BATCHSIZE]

ignite/metrics/gan/fid.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ class FID(_BaseInceptionMetric):
6262
where :math:`\mu_1` and :math:`\sigma_1` refer to the mean and covariance of the train data and
6363
:math:`\mu_2` and :math:`\sigma_2` refer to the mean and covariance of the test data.
6464
65-
More details can be found in `Heusel et al. 2002`__
65+
More details can be found in `Heusel et al. 2017`__
6666
6767
__ https://arxiv.org/pdf/1706.08500.pdf
6868
69-
In addition, a faster and online computation approach can be found in `Chen et al. 2014`__
69+
In addition, a faster and online computation approach can be found in `Mathiasen et al. 2020`__
7070
7171
__ https://arxiv.org/pdf/2009.14075.pdf
7272

0 commit comments

Comments
 (0)