Code Monkey home page Code Monkey logo

Comments (3)

cjpcool avatar cjpcool commented on August 29, 2024

Could you please provide more details about your reproduction process? In general, the results might be vary slightly when training on different machines with different environments. However, testing results with *.pkl should be consistent with the reported ones.

from samgc.

Wolfboyccc avatar Wolfboyccc commented on August 29, 2024

The entire code, I only modified the line model = MultiGraphAutoEncoder(feat_dim, hidden_dim, latent_dim, class_num, lam_emd=lam_emd, order=order, view_num=graph_num), removing the lam_emd parameter because keeping it would result in a TypeError: init() got an unexpected keyword argument 'lam_emd'. Then, I proceeded to evaluate using samgc_acm_for_test.pkl, and the obtained results are as follows:
image

from samgc.

cjpcool avatar cjpcool commented on August 29, 2024

Hi,

Thanks for your reply and detailed information.

The issue is arisen due to the version difference. I uploaded the latest version, and hope the new version can address your concern. Please note that use the hyperparameters shown in test.sh for testing. You can test SAMGC via sh test.sh or python samgc.py --dataset 'acm' --model_name 'samgc_acm_for_test.pkl' --order 16 --hidden_dim 256 --latent_dim 64 --use_cuda True --cuda_device 0 to run the model.

Again, we appreciate your issues, and feel free to contact us if you have any further questions in reproducing SAMGC.

Best regards.

from samgc.

Related Issues (2)

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.