Coder Social home page Coder Social logo

复现出现的一些问题 about m3net HOT 3 CLOSED

1136623363 avatar 1136623363 commented on August 22, 2024
复现出现的一些问题

from m3net.

Comments (3)

feiyuchen7 avatar feiyuchen7 commented on August 22, 2024

您好,在不同的机器(GPU/CPU等)上结果会有波动,您可以尝试下不同的随机种子,或者在当前种子下微调lr、dropout、norm、L和K值。我们也给出了我们训练的几个checkpoints。

from m3net.

1136623363 avatar 1136623363 commented on August 22, 2024

您好,我对您的这篇论文非常感兴趣!

@inproceedings{chen2023multivariate,
  title={Multivariate, Multi-Frequency and Multimodal: Rethinking Graph Neural Networks for Emotion Recognition in Conversation},
  author={Chen, Feiyu and Shao, Jie and Zhu, Shuyuan and Shen, Heng Tao},
  booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  pages={10761--10770},
  year={2023}
}

您在该论文中,所提出的将基于超图的多元传播和基于普通图的多频传播的双通道并行理念让我耳目一新。

但是,针对您给出的代码,我有几点疑惑

  1. weight:在model_hyper.py的155行中,您定义了一个weight,其用于HypergraphConv.py中计算节点的度B

  2. EW_weight:在model_hyper.py的156行中,您定义了一个EW_weight,其用于HypergraphConv.py中计算超边的度D

但是以上两个变量,均被设置成了固定的1,
image

那是否与论文3.2.1中的Weights的随机设定相悖
image

并且我在后续中未找到调整这些参数的代码部分。如果权重没有调整,那超边的构建方法是否过于简单

我是一个ERC领域的初学者,如果能得到您的点拨,我将不胜感激!

from m3net.

1136623363 avatar 1136623363 commented on August 22, 2024

两个weight都会更新,抱歉,我的问题!

from m3net.

Related Issues (8)

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.