Training run - 2026-05-28 07:19:35
All checks were successful
WavesFM Fine-Tuning / WavesFM-Training (push) Successful in 13m31s
All checks were successful
WavesFM Fine-Tuning / WavesFM-Training (push) Successful in 13m31s
This commit is contained in:
parent
97c8fd8ec3
commit
6da3ce6204
|
|
@ -1,5 +1,5 @@
|
|||
source: wavesfm
|
||||
name: WavesFM Linear Probe
|
||||
task: rml
|
||||
epochs: 4
|
||||
epochs: 10
|
||||
batch_size: 2048
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
runs-on: "ubuntu-24.04"
|
||||
env:
|
||||
WAVESFM_TASK: "rml"
|
||||
WAVESFM_EPOCHS: "4"
|
||||
WAVESFM_EPOCHS: "10"
|
||||
WAVESFM_BATCH_SIZE: "2048"
|
||||
WAVESFM_OUTPUT_DIR: "/opt/wavesfm/output"
|
||||
# Single source of truth for the cloned WavesFM repo location.
|
||||
|
|
@ -219,8 +219,8 @@ jobs:
|
|||
sudo env GIT_TERMINAL_PROMPT=0 git "$@"
|
||||
fi
|
||||
}
|
||||
REPO_PATH='/qoherent/icc-demo.git'
|
||||
DEST_ROOT='/opt/qmb/riahub/dataset/qoherent/icc-demo/main'
|
||||
REPO_PATH='/qoherent/icc-28.git'
|
||||
DEST_ROOT='/opt/qmb/riahub/dataset/qoherent/icc-28/main'
|
||||
sudo mkdir -p "$(dirname "$DEST_ROOT")"
|
||||
if ! command -v git-lfs >/dev/null 2>&1; then
|
||||
sudo apt-get update -y
|
||||
|
|
@ -238,14 +238,14 @@ jobs:
|
|||
sudo git -C "$DEST_ROOT" remote add origin "$REPO_URL" || continue
|
||||
sudo git -C "$DEST_ROOT" sparse-checkout init --no-cone || continue
|
||||
sudo git -C "$DEST_ROOT" sparse-checkout set --no-cone -- \
|
||||
'icc_canary_2026_05_28-v1.0.0.h5' || continue
|
||||
if ! git_auth -C "$DEST_ROOT" fetch --depth=1 origin '9f87fa9fe2badd314ad81379064e236ea494e89d'; then
|
||||
'datasets/icc28-train_v1.0.0.h5' || continue
|
||||
if ! git_auth -C "$DEST_ROOT" fetch --depth=1 origin '1d9083f05d0538110f09e710865b078eba30964b'; then
|
||||
continue
|
||||
fi
|
||||
if ! sudo env GIT_TERMINAL_PROMPT=0 GIT_LFS_SKIP_SMUDGE=1 git -C "$DEST_ROOT" -c advice.detachedHead=false checkout FETCH_HEAD; then
|
||||
continue
|
||||
fi
|
||||
if ! git_auth -C "$DEST_ROOT" lfs fetch origin --include='icc_canary_2026_05_28-v1.0.0.h5' --exclude=""; then
|
||||
if ! git_auth -C "$DEST_ROOT" lfs fetch origin --include='datasets/icc28-train_v1.0.0.h5' --exclude=""; then
|
||||
echo "LFS fetch failed for candidate $base, trying next" >&2
|
||||
continue
|
||||
fi
|
||||
|
|
@ -254,7 +254,7 @@ jobs:
|
|||
continue
|
||||
fi
|
||||
POINTER_FOUND=0
|
||||
_LFS_REL_PATH='icc_canary_2026_05_28-v1.0.0.h5'
|
||||
_LFS_REL_PATH='datasets/icc28-train_v1.0.0.h5'
|
||||
if [[ "$(sudo head -c 9 "$DEST_ROOT/$_LFS_REL_PATH" 2>/dev/null || true)" == "version h" ]]; then
|
||||
echo "LFS materialization left a pointer at $DEST_ROOT/$_LFS_REL_PATH for candidate $base, trying next" >&2
|
||||
POINTER_FOUND=1
|
||||
|
|
@ -472,4 +472,4 @@ jobs:
|
|||
${{ env.WAVESFM_OUTPUT_DIR }}/best.pth
|
||||
${{ env.WAVESFM_OUTPUT_DIR }}/log.txt
|
||||
if-no-files-found: warn
|
||||
# committed at 2026-05-28T11:12:10.069174+00:00
|
||||
# committed at 2026-05-28T11:19:35.092486+00:00
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user