Skip to content

Commit

Permalink
note and todo for 2d
Browse files Browse the repository at this point in the history
  • Loading branch information
jun committed Aug 18, 2021
1 parent f94fa4b commit 6b73fa3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@
Simple torch module implementation of [Alias-Free GAN](https://nvlabs.github.io/alias-free-gan/).

This repository including

- Alias-Free GAN style lowpass sinc filter @[filter.py](/filter.py)

- Alias-Free GAN style up/downsample @[resample.py](/resample.py)

- Alias-Free activation @[act.py](/act.py)

- and test codes @[./test](/test)
-
**Note: For now, only 1d filter and resample is implemented**


## TODO
- [ ] 2d sinc filter, now its 1d filter
- [ ] 2d resample

## Test results
| Filter sine | Filter noise |
Expand Down

0 comments on commit 6b73fa3

Please sign in to comment.