clh / scripts /vae_demo.sh
LiuhanChen's picture
Add files using upload-large-folder tool
97c92c0 verified
raw
history blame contribute delete
394 Bytes
export NCCL_DEBUG=INFO
export NCCL_SOCKET_IFNAME=ibs11
export NCCL_IB_DISABLE=1
REAL_DATASET_DIR=/remote-home1/clh/dataset/panda70m_val
EXP_NAME=test_train
SAMPLE_RATE=1
NUM_FRAMES=33
RESOLUTION=256
SUBSET_SIZE=100
CKPT=/storage/clh/Open-Sora/OpenSora-VAE-v1.2
python scripts/vae_demo.py\
--ckpt ${CKPT} \
--config /storage/clh/Causal-Video-VAE/opensora/video.py\
--enable_tiling \