Closed bfhealy closed 1 year ago
@weizmannk I suggest following this PR.
@mcoughlin I think training and inference run decently well with the latest NN architecture in this PR. Is it ok (W.R.T. proprietary data) if I post some diagnostic plot outputs from create_svdmodel
and light_curve_analysis
using Bu2022Ye and the lcs_bulla_2022
light curves?
@bfhealy yup.
This plot shows the full tensorflow training results for Bu2022Ye with the lcs_bulla_2022 light curves.
Since there is some strange behavior at early times, I also ran training with tmin
set to 0.5:
This is the corner plot resulting from running light_curve_analysis
on an injection using the trained model:
And this is the (crowded) light curve output from running light_curve_analysis
:
@bfhealy I suggest we roll forward with this. You can send the models to @Theodlz to have them put on Zenodo.
Thanks for making this happen.
This PR modifies the NN used by tensorflow when running
create_svdmodel
. In an effort to approximatesklearn_gp
performance, the NN is made wider and shallower.