README.md 업데이트

This commit is contained in:
2026-08-20 16:39:57 +09:00
parent 2aee353809
commit 6b49242b69
+4 -4
View File
@@ -23,12 +23,12 @@ ClearML에 `net_last.pth`를 등록하고 Model ID를 출력합니다.
```bash ```bash
$ uv run python register_models.py $ uv run python register_models.py
ClearML Task: created new task id=4b8598d8fec24432bd9e0d85326873fd ClearML Task: created new task id=4848f30bd22f47108b545043f943c2a6
ClearML results page: http://203.254.171.99:20680/projects/d9ea04a0ba33464e9c6af8a07bfd54b2/tasks/4b8598d8fec24432bd9e0d85326873fd/output/log ClearML results page: https://ml.ketidev.kr/projects/33e4867258ba45d085aeb16ee4fef9ba/tasks/4848f30bd22f47108b545043f943c2a6/output/log
Registering Person Attribute Model (net_last.pth)... Registering Person Attribute Model (net_last.pth)...
2026-08-20 16:21:06,923 - clearml.model - INFO - No output storage destination defined, registering local model net_last.pth 2026-08-20 16:38:35,882 - clearml.model - INFO - No output storage destination defined, registering local model net_last.pth
------------------------------ ------------------------------
Person Attr Model ID: 246dd122ed2b4c81bddbeea33e859498 Person Attr Model ID: 26e4a421c5984edcbece9520dd2f5504
------------------------------ ------------------------------
$ $
``` ```