Skip to content

Instantly share code, notes, and snippets.

@MathiasGruber
Last active July 1, 2021 13:19
Show Gist options
  • Save MathiasGruber/95b8d4ce530d49e564c4e2cd0dc39f57 to your computer and use it in GitHub Desktop.
Save MathiasGruber/95b8d4ce530d49e564c4e2cd0dc39f57 to your computer and use it in GitHub Desktop.
Sample command for calling multiclass chemprop model training
python train.py \
--data_path data/solubility_dataset.csv \
--dataset_type multiclass \
--save_dir solubility_checkpoints/ \
--ensemble 1 --num_folds 5 --epochs 50 \
--split_type scaffold_balanced \
--multiclass_num_classes 5 \
--save_smiles_splits --save_preds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment