Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: had to add a check in to see if num of real/fake images is bigger than 2 because otherwise we divided in zero in: ```real_cov = real_cov_num / (self.num_real_images - 1)``` and ```fake_cov = fake_cov_num / (self.num_fake_images - 1)``` Reviewed By: JKSenthil Differential Revision: D49570353 fbshipit-source-id: b829d21fcc39c8a76d839349ab13cd2330fdf104
- Loading branch information