Git Product home page Git Product logo

Comments (2)

lidq92 avatar lidq92 commented on August 18, 2024

@ucas010 你可能需要再仔细看一下论文原文以及相关地方的引用:不止说了,还在多处涉及,方法框图中有显示,而且相关工作中还有相关文章的引用。

也希望你先了解一下PyTorch代码,或者你可以用debug模式输出一下你不理解的地方。x.view(x.size()[0], x.size()[1], -1, 1)这个操作把形状改为(N,C,H*W,1)这样在dim=2算std就相当于在每一个特征图分别算std,你接着往下看mean和std对应的特征拼接的cat操作就知道了,之后这两个维度也.squeeze()掉了。
当然也可以把mean,std中HW对应的维度丢掉后再cat,这些只是实现细节,我觉得没什么差别。
更关键的建议是:你可以先把论文看完之后再看代码,这样也许会更清晰点。或者你可以参考一些标准模板的做法先把代码的不同部分分开之后再逐步看。

祝好。

from vsfa.

ucas010 avatar ucas010 commented on August 18, 2024

多谢。

from vsfa.

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.