Skip to content

Commit

Permalink
product management
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Jun 25, 2023
1 parent 3822ebb commit d2f701f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ generated_audio = model.generate(seconds = 30, batch_size = 2) # generate 30 se
- [x] default flash attention to true
- [x] remove batchnorm, and just use layernorm, but after the swish (as in normformer paper)

- [ ] add an option to mask out attention to padding (variable lengthed semantic) - should work as is though
- [ ] option to return list of audio files when generating
- [ ] turn it into a command line tool
- [ ] add cross attention and adaptive layernorm conditioning
Expand Down

0 comments on commit d2f701f

Please sign in to comment.