Training run - 2026-05-28 11:50:37
Some checks failed
WavesFM Fine-Tuning / WavesFM-Training (push) Failing after 1s

This commit is contained in:
A ash 2026-05-28 11:50:37 -04:00
parent eed6fbf390
commit 77338ff7f0
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
source: wavesfm source: wavesfm
name: WavesFM Linear Probe name: WavesFM Linear Probe
task: rml task: rml
epochs: 10 epochs: 5
batch_size: 2048 batch_size: 2048

View File

@ -15,10 +15,10 @@ permissions:
jobs: jobs:
WavesFM-Training: WavesFM-Training:
runs-on: "ubuntu-24.04" runs-on: "ubuntu-latest-2080"
env: env:
WAVESFM_TASK: "rml" WAVESFM_TASK: "rml"
WAVESFM_EPOCHS: "10" WAVESFM_EPOCHS: "5"
WAVESFM_BATCH_SIZE: "2048" WAVESFM_BATCH_SIZE: "2048"
WAVESFM_OUTPUT_DIR: "/opt/wavesfm/output" WAVESFM_OUTPUT_DIR: "/opt/wavesfm/output"
# Single source of truth for the cloned WavesFM repo location. # Single source of truth for the cloned WavesFM repo location.
@ -472,4 +472,4 @@ jobs:
${{ env.WAVESFM_OUTPUT_DIR }}/best.pth ${{ env.WAVESFM_OUTPUT_DIR }}/best.pth
${{ env.WAVESFM_OUTPUT_DIR }}/log.txt ${{ env.WAVESFM_OUTPUT_DIR }}/log.txt
if-no-files-found: warn if-no-files-found: warn
# committed at 2026-05-28T11:57:55.094537+00:00 # committed at 2026-05-28T15:50:37.929667+00:00