Skip to content

Commit

Permalink
Merge pull request #5 from sebp/patch-1
Browse files Browse the repository at this point in the history
Fix links in README.md
  • Loading branch information
abhi4ssj authored Jun 23, 2020
2 parents 997eafb + b272735 commit 2984bb8
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
@@ -1,6 +1,6 @@
# NN Common Modules

Common modules, blocks and losses which can be reused in a deep neural netwok specifically for segmentation Please use [technical documentation](https://shayansiddiqui.github.io/nn-common-modules/build/html/) for a reference to API manual
Common modules, blocks and losses which can be reused in a deep neural netwok specifically for segmentation Please use [technical documentation](https://ai-med.github.io/nn-common-modules/build/html/) for a reference to API manual

This project has 3 modules
* Losses (losses.py) -> It has all the loss functions defined as python classes
Expand Down Expand Up @@ -37,7 +37,7 @@ You need to have following in order for this library to work as expected
Always use the latest release. Use following command with appropriate version no(v1.0) in this particular case to install. You can find the link for the latest release in the release section of this github repo

```
pip install https://github.com/shayansiddiqui/nn-common-modules/releases/download/v1.0/nn_common_modules-1.0-py2.py3-none-any.whl
pip install https://github.com/ai-med/nn-common-modules/releases/download/v1.0/nn_common_modules-1.0-py2.py3-none-any.whl
```

## Authors
Expand Down

0 comments on commit 2984bb8

Please sign in to comment.