Odak supports torch based hologram calculation routines. Odak.learn.wave lacks a definition that can calculate holograms using Stochastic Gradient Descent. The latest and greatest in combining torch and odak is at a branch called torch_1_8_0. At the time of the writing of this issue, any development should go on top of that branch.
[x] Add a stochastic_gradient_descent definition to odak.learn.wave.classical.
[x] Add a test script to test folder to run a test for the new added stochastic_gradient_descent definition.
Odak supports
torch
based hologram calculation routines.Odak.learn.wave
lacks a definition that can calculate holograms usingStochastic Gradient Descent
. The latest and greatest in combiningtorch
andodak
is at a branch calledtorch_1_8_0
. At the time of the writing of this issue, any development should go on top of that branch.stochastic_gradient_descent
definition toodak.learn.wave.classical
.test
folder to run a test for the new addedstochastic_gradient_descent
definition.