Adding Stochastic Gradient Descent based hologram calculation
kaanaksit opened this issue · 2 comments
kaanaksit commented
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.
- Add a
stochastic_gradient_descent
definition toodak.learn.wave.classical
. - Add a test script to
test
folder to run a test for the new addedstochastic_gradient_descent
definition.
KorayKavakli commented
Issue #22 resolves the case.
kaanaksit commented
Adding @askaradeniz for visibility, and closing the issue. Thanks @KorayKavakli !