Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 373 Bytes

File metadata and controls

15 lines (14 loc) · 373 Bytes

spvae

Stacked Perceiver Variational Autoencoder

TO DO

  • Dataset class
  • Patch embedding
  • Encoder-Decoder
  • Train
  • Mixed precision computing
  • Distributed computing
  • Model checkpointing
  • BUG: Loss values are all NaNs
  • Weight loss by area of each of grid cell
  • Per-variable weight for loss
  • Refactor code; clean it up