hojonathanho / diffusion

Denoising Diffusion Probabilistic Models
3.75k stars 365 forks source link

How to run training or evaluation? #23

Open parkjjoe opened 7 months ago

parkjjoe commented 7 months ago

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?

Bestchien commented 5 months ago

I have the same problem as you. Have you solved it? If you have solved it, could you please tell me the solution? Thank you!