Giter Site home page Giter Site logo

Comments (10)

wenzhilics avatar wenzhilics commented on August 19, 2024 2

I decreased the learning rate to 1e-4 for both the discriminator and the generator, and trained for 100 epochs. The accuracy for G is about 51% and the accuracy for D is about 60%, which is still a little different from the paper. So I am wondering could anyone share the exact parameters to get the 80%+ accuracy? Thanks a lot.

from graphgan.

bbjy avatar bbjy commented on August 19, 2024 1

I met this problem too. The accuracy at the first iteration is about 76%, but after 20 iterations, the accuracy is about 50%. I don't know why. Is this because the data generated by the generator is similar to the true data?( I guess.)
If you know reason, would you please share it will me?
Thank you!

from graphgan.

fukien avatar fukien commented on August 19, 2024 1

Me too, both generator and discriminator are decreasing in accuracy. It seems that the link prediction result is a little different from the paper.

from graphgan.

NemesisAmos avatar NemesisAmos commented on August 19, 2024 1

I met this problem when training other GANs, my guess is that since the generator and discriminator both evoluted under training process, I can see the GAN successfully learned features from real data, when the accuracy starts to drop, it may means that generator can not dig more useful feature from real data, which means you need to adjust your model(for instance a new loss function) or add more data.

from graphgan.

1066118757 avatar 1066118757 commented on August 19, 2024 1

Me too.

from graphgan.

hwwang55 avatar hwwang55 commented on August 19, 2024 1

Hi guys! I suggest decreasing the learning rate.

from graphgan.

zhangzef avatar zhangzef commented on August 19, 2024 1

我把lr_gen和lr_dis设成1e-5,batch_size设置成1024,在epoch 30的时候gen的accuracy达到最大0.884,比论文中的accuracy高一些

from graphgan.

treenewbee0 avatar treenewbee0 commented on August 19, 2024

I decreased the learning rate to 1e-4 for both the discriminator and the generator, and trained for 100 epochs. The accuracy for G is about 51% and the accuracy for D is about 60%, which is still a little different from the paper. So I am wondering could anyone share the exact parameters to get the 80%+ accuracy? Thanks a lot.

I set the learning rate to 1e-5 and I succeeded.It can be set to 1e-6 for greater accuracy, but it also requires more iterations than the default config.

from graphgan.

ZainZhao avatar ZainZhao commented on August 19, 2024

I think you can read the paper CFGAN, it seems to explan the reason of that

from graphgan.

tomatowithpotato avatar tomatowithpotato commented on August 19, 2024

I decreased the learning rate to 1e-4 for both the discriminator and the generator, and trained for 100 epochs. The accuracy for G is about 51% and the accuracy for D is about 60%, which is still a little different from the paper. So I am wondering could anyone share the exact parameters to get the 80%+ accuracy? Thanks a lot.

I set the learning rate to 1e-5 and I succeeded.It can be set to 1e-6 for greater accuracy, but it also requires more iterations than the default config.

so how many iterations you succeeded when set the learning rate to 1e-5? by default?

from graphgan.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.