From ad924d2b06412a3679f837e0f6665adf9b91b212 Mon Sep 17 00:00:00 2001 From: Tianwei Yin Date: Mon, 27 May 2024 08:34:18 -0400 Subject: [PATCH] Update README.md --- experiments/imagenet/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/imagenet/README.md b/experiments/imagenet/README.md index b1aaa4e..fc7af3c 100644 --- a/experiments/imagenet/README.md +++ b/experiments/imagenet/README.md @@ -43,7 +43,7 @@ bash experiments/imagenet/imagenet_gan_classifier_genloss3e-3_diffusion1000_lr2e # on the same node, start a testing process that continually reads from the checkpoint folder and evaluate the FID # Change TIMESTAMP_TBD to the real one -python main/test_folder.py \ +python main/edm/test_folder_edm.py \ --folder $CHECKPOINT_PATH/imagenet_gan_classifier_genloss3e-3_diffusion1000_lr2e-6_scratch/TIMESTAMP_TBD \ --wandb_name test_imagenet_gan_classifier_genloss3e-3_diffusion1000_lr2e-6_scratch \ --wandb_entity $WANDB_ENTITY \