Session metrics collection is disabled for this deployment.
Set monitoring.enabled: true in lablink.yaml to enable.
| Host | User | Status | Session start | Sealed | Time in {{ subject_software_label or "subject" }} (s) | GPU-active (s) | t→ label | t→ train | t→ track | Frames | Epochs | Final loss |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ vm.hostname }} | {{ vm.useremail or "" }} | {{ vm.status or "" }} | {{ vm.sessionmetricsstartedat or "—" }} | {{ vm.sessionmetricssealedat or "in-progress" }} | {{ vm.secondsinsubjectsoftware if vm.secondsinsubjectsoftware is not none else "—" }} | {{ vm.gpuactiveseconds if vm.gpuactiveseconds is not none else "—" }} | {{ vm.secondstofirstsleaplabel if vm.secondstofirstsleaplabel is not none else "—" }} | {{ vm.secondstofirstsleaptrain if vm.secondstofirstsleaptrain is not none else "—" }} | {{ vm.secondstofirstsleaptrack if vm.secondstofirstsleaptrack is not none else "—" }} | {{ vm.maxlabeledframes if vm.maxlabeledframes is not none else "—" }} | {{ vm.trainingepochscompleted if vm.trainingepochscompleted is not none else "—" }} | {{ vm.trainingfinalloss if vm.trainingfinalloss is not none else "—" }} |