Skip to content

Commit

Permalink
delect cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Rongjiehuang committed Apr 2, 2023
1 parent 9e2a24b commit ff82f7a
Show file tree
Hide file tree
Showing 129 changed files with 14 additions and 12 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed NeuralSeq/modules/__pycache__/__init__.cpython-37.pyc
Binary file not shown.
Binary file removed NeuralSeq/modules/__pycache__/__init__.cpython-38.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed NeuralSeq/tasks/__pycache__/base_task.cpython-37.pyc
Binary file not shown.
Binary file removed NeuralSeq/tasks/__pycache__/base_task.cpython-38.pyc
Binary file not shown.
Binary file not shown.
Binary file removed NeuralSeq/tasks/tts/__pycache__/fs2.cpython-37.pyc
Binary file not shown.
Binary file removed NeuralSeq/tasks/tts/__pycache__/fs2.cpython-38.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed NeuralSeq/tasks/tts/__pycache__/tts.cpython-37.pyc
Binary file not shown.
Binary file removed NeuralSeq/tasks/tts/__pycache__/tts.cpython-38.pyc
Binary file not shown.
Binary file not shown.
Binary file removed NeuralSeq/utils/__pycache__/__init__.cpython-37.pyc
Binary file not shown.
Binary file removed NeuralSeq/utils/__pycache__/__init__.cpython-38.pyc
Binary file not shown.
Binary file removed NeuralSeq/utils/__pycache__/audio.cpython-37.pyc
Binary file not shown.
Binary file removed NeuralSeq/utils/__pycache__/audio.cpython-38.pyc
Binary file not shown.
Binary file not shown.
Binary file removed NeuralSeq/utils/__pycache__/cwt.cpython-37.pyc
Binary file not shown.
Binary file removed NeuralSeq/utils/__pycache__/cwt.cpython-38.pyc
Binary file not shown.
Binary file removed NeuralSeq/utils/__pycache__/hparams.cpython-37.pyc
Binary file not shown.
Binary file removed NeuralSeq/utils/__pycache__/hparams.cpython-38.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed NeuralSeq/utils/__pycache__/os_utils.cpython-38.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed NeuralSeq/utils/__pycache__/plot.cpython-37.pyc
Binary file not shown.
Binary file removed NeuralSeq/utils/__pycache__/plot.cpython-38.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed NeuralSeq/utils/__pycache__/text_norm.cpython-38.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed NeuralSeq/utils/__pycache__/tts_utils.cpython-38.pyc
Binary file not shown.
Binary file removed NeuralSeq/vocoders/__pycache__/__init__.cpython-37.pyc
Binary file not shown.
Binary file removed NeuralSeq/vocoders/__pycache__/__init__.cpython-38.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed NeuralSeq/vocoders/__pycache__/pwg.cpython-37.pyc
Binary file not shown.
Binary file removed NeuralSeq/vocoders/__pycache__/pwg.cpython-38.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,32 +27,34 @@ Here we list the capability of AudioGPT at this time. More supported models and
| Text-to-Sing | [DiffSinger](), [VISinger]() | Yes (WIP) |

### Audio
| Task | Supported Foundation Models | Status |
|:-------------------------:|:-------------------------------:|:------:|
| Text-to-Audio | [Make-An-Audio]() | Yes |
| Audio Inpainting | [Make-An-Audio]() | WIP |
| Image-to-Audio | [Make-An-Audio]() | Yes |
| sound detection | [Audio-transformer]() | Yes |
| Task | Supported Foundation Models | Status |
|:----------------:|:---------------------------:|:---------:|
| Text-to-Audio | [Make-An-Audio]() | Yes |
| Audio Inpainting | [Make-An-Audio]() | Yes |
| Image-to-Audio | [Make-An-Audio]() | Yes |
| Sound Detection | [Audio-transformer]() | Yes (WIP) |


### Talking Head

| Task | Supported Foundation Models | Status |
|:-------------------------:|:-------------------------------:|:------:|
| Talking Head Synthesis | [GeneFace]() | WIP |
| Task | Supported Foundation Models | Status |
|:-------------------------:|:-------------------------------:|:----------:|
| Talking Head Synthesis | [GeneFace]() | Yes (WIP) |

## Internal Version Updates
4.3 Support Talking Head Synthesis\
4.1 Support Audio inpainting and clean codes\
3.27 Support Style Transfer/Talking head Synthesis\
3.23 Support Text-to-Sing\
3.21 Support Image-to-Sing\
3.21 Support Image-to-Audio\
3.19 Support Speech Recognition\
3.17 Support Text-to-Audio

## Todo
- [ ] clean text to sing/speech code
- [x] clean text to sing/speech code
- [ ] import Espnet models for speech tasks
- [ ] merge talking head synthesis into main
- [ ] change audio/video log output
- [x] change audio/video log output
- [ ] support huggingface space

## Acknowledgement
Expand Down

0 comments on commit ff82f7a

Please sign in to comment.