update Readme

This commit is contained in:
2026-04-23 15:27:16 +07:00
parent 8c6df81c5e
commit b968c3ae66
+14
View File
@@ -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"