chore: initial commit — unified project repo
Merged code repo (CompanionGuard-RL) into single project-level git. Reorganized root: docs/, reference/, experiments/, tmp/active|archives/. Gitignored: data/, checkpoints/, .venv, experiment logs, tmp/archives. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
6
tmp/active/start_v3.sh
Normal file
6
tmp/active/start_v3.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
cd /root/siton-data-2849d4ce327c4ccfb233ce33868fe7fe/zsy/CompanionGuard-RL
|
||||
ACCEL=/root/siton-data-2849d4ce327c4ccfb233ce33868fe7fe/zsy/old-road-code/envs/multimodal_affect/bin/accelerate
|
||||
LOG=experiments/train_v3_$(date +%Y%m%d_%H%M%S).log
|
||||
nohup $ACCEL launch --num_processes=4 --mixed_precision=bf16 scripts/train_detector.py --config configs/detector_config_server.yaml > $LOG 2>&1 &
|
||||
echo "PID: $! LOG: $LOG"
|
||||
Reference in New Issue
Block a user