Dear PIPPIN team :)
SuperNNova has a new release that I would like to be incorporated into PIPPIN to replace the previous version.
Main changes are
Conda environment: needs to be installed in recent infrastructure eg. midway3 instead of midway2.
- conda create and then poetry as shown here
- an environment already exists in midway3 if you can access it
/home/amoller/.conda/envs/supernnova-cuda
Syntax: shown here :
python run.py is now snn
python run.py --make_dataset is now snn make_data
python run.py --train_rnn is now snn train_rnn
python run.py --validate_rnn is now snn validate_rnn
python run.py --plot_lcs is now snn show --plot_lcs
Dear PIPPIN team :)
SuperNNova has a new release that I would like to be incorporated into PIPPIN to replace the previous version.
Main changes are
Conda environment: needs to be installed in recent infrastructure eg. midway3 instead of midway2.
/home/amoller/.conda/envs/supernnova-cudaSyntax: shown here :
python run.pyis nowsnnpython run.py --make_datasetis nowsnn make_datapython run.py --train_rnnis nowsnn train_rnnpython run.py --validate_rnnis nowsnn validate_rnnpython run.py --plot_lcsis nowsnn show --plot_lcs