mirror of
https://git.victorphan.net/basketballcantho/medical_leaflets_detection.git
synced 2026-08-05 06:33:11 +07:00
14 lines
436 B
Markdown
14 lines
436 B
Markdown
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" |