forked from qoherent/icc-demo
Training run - 2026-05-28 07:19:35
This commit is contained in:
parent
97c8fd8ec3
commit
6da3ce6204
|
|
@ -1,5 +1,5 @@
|
||||||
source: wavesfm
|
source: wavesfm
|
||||||
name: WavesFM Linear Probe
|
name: WavesFM Linear Probe
|
||||||
task: rml
|
task: rml
|
||||||
epochs: 4
|
epochs: 10
|
||||||
batch_size: 2048
|
batch_size: 2048
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
runs-on: "ubuntu-24.04"
|
runs-on: "ubuntu-24.04"
|
||||||
env:
|
env:
|
||||||
WAVESFM_TASK: "rml"
|
WAVESFM_TASK: "rml"
|
||||||
WAVESFM_EPOCHS: "4"
|
WAVESFM_EPOCHS: "10"
|
||||||
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.
|
||||||
|
|
@ -219,8 +219,8 @@ jobs:
|
||||||
sudo env GIT_TERMINAL_PROMPT=0 git "$@"
|
sudo env GIT_TERMINAL_PROMPT=0 git "$@"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
REPO_PATH='/qoherent/icc-demo.git'
|
REPO_PATH='/qoherent/icc-28.git'
|
||||||
DEST_ROOT='/opt/qmb/riahub/dataset/qoherent/icc-demo/main'
|
DEST_ROOT='/opt/qmb/riahub/dataset/qoherent/icc-28/main'
|
||||||
sudo mkdir -p "$(dirname "$DEST_ROOT")"
|
sudo mkdir -p "$(dirname "$DEST_ROOT")"
|
||||||
if ! command -v git-lfs >/dev/null 2>&1; then
|
if ! command -v git-lfs >/dev/null 2>&1; then
|
||||||
sudo apt-get update -y
|
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" remote add origin "$REPO_URL" || continue
|
||||||
sudo git -C "$DEST_ROOT" sparse-checkout init --no-cone || continue
|
sudo git -C "$DEST_ROOT" sparse-checkout init --no-cone || continue
|
||||||
sudo git -C "$DEST_ROOT" sparse-checkout set --no-cone -- \
|
sudo git -C "$DEST_ROOT" sparse-checkout set --no-cone -- \
|
||||||
'icc_canary_2026_05_28-v1.0.0.h5' || continue
|
'datasets/icc28-train_v1.0.0.h5' || continue
|
||||||
if ! git_auth -C "$DEST_ROOT" fetch --depth=1 origin '9f87fa9fe2badd314ad81379064e236ea494e89d'; then
|
if ! git_auth -C "$DEST_ROOT" fetch --depth=1 origin '1d9083f05d0538110f09e710865b078eba30964b'; then
|
||||||
continue
|
continue
|
||||||
fi
|
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
|
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
|
continue
|
||||||
fi
|
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
|
echo "LFS fetch failed for candidate $base, trying next" >&2
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
@ -254,7 +254,7 @@ jobs:
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
POINTER_FOUND=0
|
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
|
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
|
echo "LFS materialization left a pointer at $DEST_ROOT/$_LFS_REL_PATH for candidate $base, trying next" >&2
|
||||||
POINTER_FOUND=1
|
POINTER_FOUND=1
|
||||||
|
|
@ -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:12:10.069174+00:00
|
# committed at 2026-05-28T11:19:35.092486+00:00
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user