We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000628d commit 9c24933Copy full SHA for 9c24933
README.md
@@ -42,7 +42,7 @@ python3 -m chebai fit --trainer=configs/training/default_trainer.yml --model=con
42
43
### Fine-tuning for Toxicity prediction
44
```
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.
+python -m chebai fit --config=[path-to-your-tox21-config] --trainer.callbacks=configs/training/default_callbacks.yml --model.pretrained_checkpoint=[path-to-pretrained-model]
46
47
48
### Predicting classes given SMILES strings
0 commit comments