Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kimber committed Sep 29, 2021
1 parent 77b380a commit b11905b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ python maxsmi/full_workflow.py --task="ESOL" --aug-strategy-train="augmentation_

To train a model with all chosen arguments:

⚠️ This command uses the default number of epochs (which is set to 250). Please allow time for the model to train.
_Note_: This command uses the default number of epochs (which is set to 250). Please allow time for the model to train.

```console
python maxsmi/full_workflow.py --task="free_solv" --string-encoding="smiles" --aug-strategy-train="augmentation_with_duplication" --aug-strategy-test="augmentation_with_reduced_duplication" --aug-nb-train=5 --aug-nb-test=2 --ml-model="CONV1D" --eval-strategy=True --nb-epochs=250
Expand Down

0 comments on commit b11905b

Please sign in to comment.