This commit is contained in:
Phil Wang
2022-05-02 12:57:15 -07:00
committed by GitHub
parent aa8d135245
commit fa66f7e1e9

View File

@@ -832,6 +832,7 @@ Once built, images will be saved to the same directory the command is invoked
- [ ] 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>
- [ ] make sure for the latter unets in the cascade, one can train on crops for learning super resolution (constrain the unet to be only convolutions in that case, or allow conv-like attention with rel pos bias)
## Citations