From d141064f0f7fb3c2f0da97d2d7ee96c4ff811bd3 Mon Sep 17 00:00:00 2001 From: Kilian Fatras Date: Sat, 28 Oct 2023 11:23:20 -0400 Subject: [PATCH] remove NFE print --- examples/cifar10/compute_fid.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/cifar10/compute_fid.py b/examples/cifar10/compute_fid.py index 89c4482..8d23bf9 100644 --- a/examples/cifar10/compute_fid.py +++ b/examples/cifar10/compute_fid.py @@ -99,7 +99,7 @@ def gen_1_img(unused_latent): ) print() print("FID has been computed") -print() -print("Total NFE: ", new_net.nfe) +# print() +# print("Total NFE: ", new_net.nfe) print() print("FID: ", score)