Update README.md
Browse files
README.md
CHANGED
@@ -317,8 +317,6 @@ The repository includes two main training notebooks:
|
|
317 |
|
318 |
The project includes a real-time training monitor accessible via browser at `localhost:5000` during training:
|
319 |
|
320 |
-

|
321 |
-
|
322 |
#### Performance Tips
|
323 |
|
324 |
⚠️ **Important**: For optimal training speed, keep VSCode minimized and the training monitor open in your browser. This can improve iteration speed by **3-5x** due to how the Windows/WSL graphics stack handles window focus and CUDA kernel execution.
|
@@ -329,7 +327,7 @@ The training monitor provides three main views:
|
|
329 |
|
330 |
##### 1. Overview Tab
|
331 |
|
332 |
-

|
341 |
|
342 |
- **Image Preview**: Shows the current sample being analyzed
|
343 |
- **Prediction Controls**: Toggle between initial and refined predictions
|
@@ -349,7 +347,7 @@ The training monitor provides three main views:
|
|
349 |
|
350 |
##### 3. Selection Analysis Tab
|
351 |
|
352 |
-

|
353 |
|
354 |
- **Selection Metrics**: Statistics on tag selection quality
|
355 |
- Ground truth recall
|
|
|
317 |
|
318 |
The project includes a real-time training monitor accessible via browser at `localhost:5000` during training:
|
319 |
|
|
|
|
|
320 |
#### Performance Tips
|
321 |
|
322 |
⚠️ **Important**: For optimal training speed, keep VSCode minimized and the training monitor open in your browser. This can improve iteration speed by **3-5x** due to how the Windows/WSL graphics stack handles window focus and CUDA kernel execution.
|
|
|
327 |
|
328 |
##### 1. Overview Tab
|
329 |
|
330 |
+

|
331 |
|
332 |
- **Training Progress**: Real-time metrics including epoch, batch, speed, and time estimates
|
333 |
- **Loss Chart**: Training and validation loss visualization
|
|
|
335 |
|
336 |
##### 2. Predictions Tab
|
337 |
|
338 |
+

|
339 |
|
340 |
- **Image Preview**: Shows the current sample being analyzed
|
341 |
- **Prediction Controls**: Toggle between initial and refined predictions
|
|
|
347 |
|
348 |
##### 3. Selection Analysis Tab
|
349 |
|
350 |
+

|
351 |
|
352 |
- **Selection Metrics**: Statistics on tag selection quality
|
353 |
- Ground truth recall
|