Skip to content

Commit

Permalink
Updated README, setup.py and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dalmiaman committed Jun 22, 2020
1 parent fb8dcc4 commit f125e42
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ logs/
*.xls
dist/
build/
siren_torch.egg-info/
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@
Unofficial PyTorch implementation of Sinusodial Representation networks (SIREN) from the paper [Implicit Neural Representations with Periodic Activation Functions](https://arxiv.org/abs/2006.09661). This repository is a PyTorch port of [this](https://github.com/titu1994/tf_SIREN) excellent TF 2.0 implementation of the same.

# Setup
- Install dependencies using `requirements.txt`
- Install using pip
```
$ pip install -r requirements.txt
```
- Add this folder to your PYTHONPATH
```
$ export PYTHONPATH=/path/to/siren:$PYTHONPATH
$ pip install siren-torch
```

# Usage
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = fh.read()

setuptools.setup(
name="siren",
name="siren-torch",
version="1.0",
author="Aman Dalmia",
author_email="[email protected]",
Expand Down

0 comments on commit f125e42

Please sign in to comment.