From 6b73fa317bf3fed1d40cceafa201c8356394e094 Mon Sep 17 00:00:00 2001 From: jun Date: Wed, 18 Aug 2021 09:29:04 +0900 Subject: [PATCH] note and todo for 2d --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1656645..08b5264 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ 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) @@ -11,8 +10,12 @@ This repository including - 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 |