Skip to content

Commit 9c24933

Browse files
authored
Remove faulty flag from toxicity prediction
1 parent 000628d commit 9c24933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ python3 -m chebai fit --trainer=configs/training/default_trainer.yml --model=con
4242

4343
### Fine-tuning for Toxicity prediction
4444
```
45-
python -m chebai fit --config=[path-to-your-tox21-config] --trainer.callbacks=configs/training/default_callbacks.yml --model.pretrained_checkpoint=[path-to-pretrained-model] --model.load_prefix=generator.
45+
python -m chebai fit --config=[path-to-your-tox21-config] --trainer.callbacks=configs/training/default_callbacks.yml --model.pretrained_checkpoint=[path-to-pretrained-model]
4646
```
4747

4848
### Predicting classes given SMILES strings

0 commit comments

Comments
 (0)