pytti-core
pytti-core copied to clipboard
https://github.com/yxiao1996/pystereogram I think it'd work really well with pyttis granular aesthetic, and then we could get animated stereograms!
currently set to the magic number of 200
still to do: - [ ] Add option to use MADGRAD optimizer (should be default for DIP?) - [x] Add EMA - [ ] Add noise annealing? - [ ]...
see https://github.com/pytti-tools/pytti-core/pull/192#issuecomment-1144303103
https://github.com/lucidrains/ema-pytorch/blob/main/ema_pytorch/ema_pytorch.py Current EMAImage assumes we only need to track EMA on a single tensor, which would preclude EMA-ing a DIP image model (or any other implicit model.
Hi there, I installed the software as instructed on this guide: https://pytti-tools.github.io/pytti-book/intro.html Using the CLI command `python -m pytti.workhorse conf=demo` I get the following output after 18/30 iterations.  which...
~~corresponding losses and computed weights don't seem to be getting logged either.~~ nevermind, I had display_every set to an arbitrarily high value to suppress this reporting, I think for debugging...
``` use_wandb: true wandb_project_name: {file_namespace} ```