lopho's picture
forgot about the nested package structure
b2f876f
raw
history blame
933 Bytes
#!/bin/sh
#export WANDB_API_KEY="your_api_key"
export WANDB_ENTITY="tempofunk"
export WANDB_JOB_TYPE="train"
export WANDB_PROJECT="makeavid-sd-tpu"
python train.py \
--dataset_path ../storage/dataset/tempofunk-s \
--model_path ../storage/trained_models/ep20 \
--from_pt False \
--convert2d False \
--only_temporal True \
--output_dir ../storage/output \
--batch_size 1 \
--num_frames 24 \
--epochs 20 \
--lr 0.00005 \
--warmup 0.1 \
--decay 0.0 \
--sample_size 64 64 \
--log_every_step 50 \
--save_every_epoch 1 \
--sample_every_epoch 1 \
--seed 2 \
--use_memory_efficient_attention True \
--dtype bfloat16 \
--param_dtype float32 \
--verbose True \
--dataset_cache_dir ../storage/cache/hf/datasets \
--wandb True
# sudo rm /tmp/libtpu_lockfile