Spaces:
Paused
Paused
File size: 168 Bytes
4302c60 | 1 2 3 4 5 6 7 8 | #!/bin/bash
source $(dirname "${CONDA_PYTHON_EXE}")/activate CFLD
export CUDA_VISIBLE_DEVICES=$1
shift
python pose_transfer_train.py $@ \
INPUT.ROOT_DIR ./fashion |