Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace arXiv URLs with https version #474

Merged
merged 1 commit into from Apr 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions larq/quantizers.py
Expand Up @@ -246,7 +246,7 @@ class SteSign(BaseQuantizer):

# References
- [Binarized Neural Networks: Training Deep Neural Networks with Weights and
Activations Constrained to +1 or -1](http://arxiv.org/abs/1602.02830)
Activations Constrained to +1 or -1](https://arxiv.org/abs/1602.02830)
"""
precision = 1

Expand Down Expand Up @@ -292,7 +292,7 @@ class ApproxSign(BaseQuantizer):
# References
- [Bi-Real Net: Enhancing the Performance of 1-bit CNNs With Improved
Representational Capability and Advanced
Training Algorithm](http://arxiv.org/abs/1808.00278)
Training Algorithm](https://arxiv.org/abs/1808.00278)
"""
precision = 1

Expand Down Expand Up @@ -481,7 +481,7 @@ class SteTern(BaseQuantizer):
available.

# References
- [Ternary Weight Networks](http://arxiv.org/abs/1605.04711)
- [Ternary Weight Networks](https://arxiv.org/abs/1605.04711)
"""

precision = 2
Expand Down
6 changes: 3 additions & 3 deletions paper/paper.bib
Expand Up @@ -23,7 +23,7 @@ @article{bmxnetv2
journal = {CoRR},
volume = {abs/1812.01965},
year = {2018},
url = {http://arxiv.org/abs/1812.01965},
url = {https://arxiv.org/abs/1812.01965},
archivePrefix = {arXiv},
eprint = {1812.01965},
timestamp = {Tue, 01 Jan 2019 15:01:25 +0100},
Expand Down Expand Up @@ -65,7 +65,7 @@ @article{binary_dense_net
year = 2019,
journal = {CoRR},
volume = {abs/1906.08637},
url = {http://arxiv.org/abs/1906.08637},
url = {https://arxiv.org/abs/1906.08637},
archiveprefix = {arXiv},
eprint = {1906.08637},
timestamp = {Mon, 24 Jun 2019 17:28:45 +0200},
Expand Down Expand Up @@ -102,7 +102,7 @@ @article{dorefa
year = 2016,
journal = {CoRR},
volume = {abs/1606.06160},
url = {http://arxiv.org/abs/1606.06160},
url = {https://arxiv.org/abs/1606.06160},
archiveprefix = {arXiv},
eprint = {1606.06160},
timestamp = {Mon, 13 Aug 2018 16:48:10 +0200},
Expand Down