Giter Site home page Giter Site logo

spgcl's People

Contributors

rongfanli98 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

spgcl's Issues

运行问题

你好,我安装了pytorch 10.0.1,但是这部分代码还是有一些问题,想要请教一下

File "/root/2023_05_2023_09/SPGCL/SPGCL-main/lib/layers/SPGCL.py", line 116, in get_embedding
score_matrix = -nn.functional.pirwise_distance(c_embeddings.unsqueeze(dim=1), r_embeddings, p=2)
AttributeError: module 'torch.nn.functional' has no attribute 'pirwise_distance'

我替换成了,nn.PairwiseDistance(),又回出现新的问题,麻烦可以看一下到底应该怎么处理吗

File "/root/2023_05_2023_09/SPGCL/SPGCL-main/lib/layers/SPGCL.py", line 118, in get_embedding
score_matrix = (score_matrix - score_matrix.min())/(score_matrix.max()-score_matrix.min())
File "/root/anaconda3/envs/CL/lib/python3.7/site-packages/torch/nn/modules/module.py", line 1178, in getattr
type(self).name, name))
AttributeError: 'PairwiseDistance' object has no attribute 'min'

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.