Skip to content

Commit

Permalink
Fix citation in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Vithursan Thangarasa committed Mar 26, 2018
1 parent 541600f commit 23ac961
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
# Magnet-Loss-PyTorch
# MagnetLoss-PyTorch

PyTorch implementation of the Magnet Loss for Deep Metric Learning, based on the following paper:

Expand Down Expand Up @@ -94,7 +94,7 @@ If you use MagnetLoss-PyTorch in a scientific publication, I would appreciate re
Biblatex entry:

```latex
@misc{vithu2018,
@misc{MagnetLossPyTorch,
author = {Thangarasa, Vithursan},
title = {MagnetLoss-PyTorch},
year = {2018},
Expand Down
3 changes: 2 additions & 1 deletion pytorch-3p6-cuda90.yml
Expand Up @@ -18,6 +18,7 @@ dependencies:
- appdirs
- gpustat
- sklearn
- http://download.pytorch.org/whl/cu80/torch-0.3.1-cp36-cp36m-linux_x86_64.whl
-
http://download.pytorch.org/whl/cu80/torch-0.3.1-cp36-cp36m-linux_x86_64.whl
- torchvision
- visdom

0 comments on commit 23ac961

Please sign in to comment.