Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 495 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 495 Bytes

Maximum Entropy Models from Phase Harmonic Covariances (paper)

  • Results about Model A,B,C,D can be obtained using the code in paperA and paper2
  • Dataset at [url]
  • Plots can be made using the code in plot2
  • This code only supports PyTorch with version <=1.7.1 (due to the change of FFT interface)
  • See installation instructions at [Kymatio]