This commit is contained in:
Phil Wang
2022-05-02 10:52:39 -07:00
parent 11469dc0c6
commit 83f761847e

View File

@@ -831,6 +831,7 @@ Once built, images will be saved to the same directory the command is invoked
- [ ] bring in cross-scale embedding from iclr paper https://github.com/lucidrains/vit-pytorch/blob/main/vit_pytorch/crossformer.py#L14
- [ ] figure out if possible to augment with external memory, as described in https://arxiv.org/abs/2204.11824
- [ ] test out grid attention in cascading ddpm locally, decide whether to keep or remove
- [ ] use an experimental tracker agnostic setup, as done <a href="https://github.com/lucidrains/tf-bind-transformer#simple-trainer-class-for-fine-tuning">here</a>
## Citations