You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know that to run run_celebahq.py, I need to write python3 scripts/run_celebahq.py train --bucket_name_prefix $BUCKET_PREFIX --exp_name $EXPERIMENT_NAME --tpu_name $TPU_NAME or python3 scripts/run_celebahq.py evaluation --bucket_name_prefix $BUCKET_PREFIX --tpu_name $EVAL_TPU_NAME --model_dir $MODEL_DIR code.
But I don't know what to write in the $BUCKET_PREFIX, $EXPERIMENT_NAME, $TPU_NAME, $EVAL_TPU_NAME, $MODEL_DIR parts. Can you give me some examples?
The text was updated successfully, but these errors were encountered:
I know that to run run_celebahq.py, I need to write
python3 scripts/run_celebahq.py train --bucket_name_prefix $BUCKET_PREFIX --exp_name $EXPERIMENT_NAME --tpu_name $TPU_NAME
orpython3 scripts/run_celebahq.py evaluation --bucket_name_prefix $BUCKET_PREFIX --tpu_name $EVAL_TPU_NAME --model_dir $MODEL_DIR
code.But I don't know what to write in the
$BUCKET_PREFIX
,$EXPERIMENT_NAME
,$TPU_NAME
,$EVAL_TPU_NAME
,$MODEL_DIR
parts. Can you give me some examples?The text was updated successfully, but these errors were encountered: