Rare find

Siren. A neural network that learns to recreate images and 3D shapes from coordinates.

github.com/lucidrains/siren-pytorch

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

July 2023
  • Release —0.1.7
  • add dropout
December 2021
  • Release —0.1.6
  • fix meshgrid issue
April 2021
  • Release —0.1.5
  • remove sigmoid gating
  • Release —0.1.4
  • concat z to hiddens in modulatory network
  • Release —0.1.2
  • feed z into every layer of mod network
  • Release —0.1.1
  • patch
  • Release —0.1.0
  • add ability to modulate Siren, for improved quality, based on new Ado…
February 2021
  • Release —0.0.9
  • default theta to 1.
  • readme
January 2021
  • Release —0.0.8
  • let wrapper calculate a loss if an image is passed in, for training
  • Release —0.0.7
  • add SirenWrapper
  • make sure final activation of siren layer defaults to just a linear l…
  • 0.0.5
  • Merge pull request #2 from Nuri-benbarka/patch-1
  • Update siren_pytorch.py
July 2020
  • correct initialization for first layer
June 2020
  • update readme
  • make sure final sine layer uses passed in w0
  • fix bug with initialization
  • fix tabbing