dessn / Pippin

Pipeline for photometric SN analysis
MIT License
9 stars 10 forks source link

SNN cyclic and seed #16

Closed anaismoller closed 3 years ago

anaismoller commented 3 years ago

enable in Pippin seed specification and no cyclic models in SNN

--seed is defualt set to zero but want to be able to specify it --cyclic (True/False) as a true default in vanilla models but want to change that as well

Samreay commented 3 years ago

Give it a whirl now. Throw CYCLIC or SEED in OPTS and let me know if it works as intended

Samreay commented 3 years ago

Note Anais messaged me saying she now supports yml file input for SNN instead of massive command line lists. We should convert to that asap so we can clean up all the individual keywords in the task and just use the ConfigBaseExecutable task to automatically set properties.

anaismoller commented 3 years ago

Can we prioritise the yams implementation with Pippin or allow batch_size, num_layers, hidden_dim to be changed in Pippin? this will be need for the cosmo analysis. @maria-vincenzi will need them!

OmegaLambda1998 commented 3 years ago

On it! I'll get it done either today or tomorrow!

OmegaLambda1998 commented 3 years ago

Added command line options. Will open a new issue for getting yaml inputs