StyleRes / inference.sh
hamzapehlivan
Add licenses and examples
e28b9f2
raw
history blame contribute delete
203 Bytes
#Set GPU
export CUDA_VISIBLE_DEVICES='0'
DATADIR='samples'
OUTDIR='results'
EDITCFG='options/editing_options/template.py'
python inference.py --datadir=$DATADIR --outdir=$OUTDIR --edit_configs=$EDITCFG