From b968c3ae6619ebbaca1a305d1d5bc7f3525a94e3 Mon Sep 17 00:00:00 2001 From: hienp Date: Thu, 23 Apr 2026 15:27:16 +0700 Subject: [PATCH] update Readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index e69de29..bdc8fc3 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,14 @@ +Sửa code (ocr_pipeline.py, README.md...): +Bạn vẫn dùng các lệnh Git quen thuộc ngay tại thư mục gốc: + +Bash +git add . +git commit -m "Cập nhật pipeline" +git push +Huấn luyện ra Model mới (.pth mới): +Bạn lưu file model vào thư mục models. Sau đó chuyển hướng vào trong đó để đẩy lên ổ 1TB: + +Bash +cd models +svn add ten_model_moi.pth +svn commit -m "Huấn luyện xong model VGG mới" \ No newline at end of file