From 94b258639024a5c98cc77c2cfe8ec4b57d959fd6 Mon Sep 17 00:00:00 2001 From: zwy <576825820@qq.com> Date: Sat, 23 May 2020 22:30:08 +0800 Subject: [PATCH] update --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index d1c28df..464348a 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,23 @@ Code based on [Pytorch-GAN](https://github.com/eriklindernoren/PyTorch-GAN) +Our GAN model zoo supports 31 kinds of GAN. +This table is the latest citations we found from Google Scholar. +It can be seen that since GAN was proposed in 2014, a lot of excellent work based on GAN has appeared. +These 31 GANs have a total of 66089 citations, with an average of 2132 citations per article. +

+We compared the performance of these GANs of Jittor and Pytorch. The picture below is the speedup ratio of Jittor relative to Pytorch. It can be seen that the highest acceleration ratio of these GANs reaches 154%, and the average acceleration ratio is 91%. +

+In another form of presentation, assuming that Pytorch's training time is 100 hours, we calculated the time required for GAN training corresponding to Jittor. Of these GANs, our fastest accelerating GAN takes only 39 hours to run, with an average of 56 hours. +