- Create the conda environment
lit-jtml-env
from theenvironment.yml
using the commandconda create env create -f environment.yml
. - Activate the conda env with
conda activate lit-jtml-env
.
- Be in the LitJTML directory (use the
cd
command to change the directory to theblah/blah/LitJTML/
directory). - To fit (train) a model, call
python scripts/fit.py my_config
wheremy_config
is the name of the config.py file in theconfig/
directory.- The config file should specify the model, data, and other parameters.