Skip to content

Commit

Permalink
updating links with new username
Browse files Browse the repository at this point in the history
  • Loading branch information
masadcv authored Mar 15, 2021
1 parent 0de3f4c commit d09da11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This repository provides official pytorch implementation of PROPEL.
# Installation Instructions
PROPEL can be installed using the following command
```bash
pip install git+https://github.com/masaddev/PROPEL.git
pip install git+https://github.com/masadcv/PROPEL.git
```

# Usage Example
Expand Down Expand Up @@ -42,7 +42,7 @@ L = propel_loss(feat, y)
print(L)
```
# Documentation
Further details of each function implemented for PROPEL can be accessed at the documentation hosted at: [https://masaddev.github.io/PROPEL/index.html](https://masaddev.github.io/PROPEL/index.html).
Further details of each function implemented for PROPEL can be accessed at the documentation hosted at: [https://masadcv.github.io/PROPEL/index.html](https://masadcv.github.io/PROPEL/index.html).

# Citing PROPEL
Pre-print of PROPEL can be found at: [PROPEL: Probabilistic Parametric Regression Loss for Convolutional Neural Networks](https://arxiv.org/pdf/1807.10937.pdf)
Expand Down

0 comments on commit d09da11

Please sign in to comment.