Skip to content

Commit

Permalink
remove NFE print
Browse files Browse the repository at this point in the history
  • Loading branch information
kilianFatras committed Oct 28, 2023
1 parent 6dd7a13 commit d141064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/cifar10/compute_fid.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit d141064

Please sign in to comment.