From ccb6d04dcab5e6107c8bba0691fb339002ec65b5 Mon Sep 17 00:00:00 2001 From: chaoyi-wu <18706207256@163.com> Date: Wed, 9 Aug 2023 23:26:40 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76ff07f..ed7b64e 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Feel free to modify it as you want. By the way, never try to perform this in cpu and gpu is all you need :). ## Pre-train: -For re-training a model on our dataset or large-sclae testing our pre-train model, you can check ```src```. +For re-training a model on our dataset or large-scale testing our pre-train model, you can check ```src```. Simply, ```train.py``` for training and ```test.py``` for testing.