Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data fidelity term plateau #80

Open
gschlafly opened this issue Jan 3, 2024 · 0 comments
Open

Data fidelity term plateau #80

gschlafly opened this issue Jan 3, 2024 · 0 comments

Comments

@gschlafly
Copy link
Member

The loss function got stuck in a local minimum.
image

The reconstructed volume still looks fairly accurate:
image

Iteration parameters

{
    "n_epochs": 301,
    "azimuth_weight": 0.5,
    "regularization_weight": 0.1,
    "lr": 1e-3,
    "output_posfix": "",
    "loss_function": ""
}

Optical config parameters

{
    "volume_shape"      : [11, 21, 21],
    "axial_voxel_size_um"     : 1.0,
    "cube_voxels"       : true,
    "pixels_per_ml"     : 17,
    "n_micro_lenses"    : 1,
    "n_voxels_per_ml"   : 1,
    "M_obj"             : 60,
    "na_obj"            : 1.2,
    "n_medium"          : 1.35,
    "wavelength"        : 0.550,
    "camera_pix_pitch"  : 6.5,
    "polarizer"         : [[1, 0], [0, 1]],
    "analyzer"          : [[1, 0], [0, 1]],
    "polarizer_swing"   : 0.03
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant