remove emojis from console
This commit is contained in:
@@ -54,18 +54,18 @@ from utils.checkpoint_manager import get_checkpoint_manager
|
||||
|
||||
## NEVER DO THIS
|
||||
|
||||
❌ Create files with "simulator", "simulation", "mock", "fake" in the name
|
||||
❌ Use placeholder/dummy training loops
|
||||
❌ Return fake metrics or results
|
||||
❌ Skip actual model training
|
||||
Create files with "simulator", "simulation", "mock", "fake" in the name
|
||||
Use placeholder/dummy training loops
|
||||
Return fake metrics or results
|
||||
Skip actual model training
|
||||
|
||||
## ALWAYS DO THIS
|
||||
|
||||
✅ Use real model training methods
|
||||
✅ Integrate with existing training systems
|
||||
✅ Save real checkpoints
|
||||
✅ Track real metrics
|
||||
✅ Handle real data
|
||||
Use real model training methods
|
||||
Integrate with existing training systems
|
||||
Save real checkpoints
|
||||
Track real metrics
|
||||
Handle real data
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user