diff --git a/README.md b/README.md index 00f2cc4..4bc7b45 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,10 @@ python prepro.py ```bash python train.py ``` +* **predicting test samples in batches**: +```bash +python predict.py +```