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