Coder Social home page Coder Social logo

Comments (6)

ictxiangxin avatar ictxiangxin commented on May 14, 2024 1

@daiab 谢谢,就是宽度的标准没有遵照,我觉得以现在显示器的分辨率已经不需要严格遵照这种古老的规定了。

from paradox.

daiab avatar daiab commented on May 14, 2024

我不太喜欢宽度的限定,哈哈哈,一行能搞定的内容非得分两行看着难受。 你的水平真的很高,挺完整的python实现。不知道你是怎么考虑的,感觉看着相对tensorflow更像mxnet的风格

from paradox.

zealseeker avatar zealseeker commented on May 14, 2024

@daiab (不知是否扯远了。)之前我还不知有MXNET这个框架,感谢提出,观察了下里面教程非常好,比如http://mxnet.io/architecture/program_model.html 描述了Symbolic Programs,我才想通了之前以前无法理解的Tensor的概念~
个人感觉从用法上此框架更像TensorFlow,不过我猜测真正的计算引擎和TensorFlow、MXNET都不一样吧,毕竟他们都是C++写的。

from paradox.

daiab avatar daiab commented on May 14, 2024

@ictxiangxin 能提点小想法吗?Network.add()方法如果能return self,这样定义网络好像可以方便点

from paradox.

ictxiangxin avatar ictxiangxin commented on May 14, 2024

@daiab 很好,我在想一个共享机制,在add() return时应当返回一个self的copy,这样达到复用网络的目的,之后会仔细想一想这个怎么搞。

from paradox.

daiab avatar daiab commented on May 14, 2024

@ictxiangxin 你说的复用是说这种场景吗?比如:有多个loss,多个loss共享同一层网络。之前看到这个人写的caffe转tensorflow模型的代码,他自己封装了一层,感觉挺优雅的,比如这个code。他这个没有考虑网络多个分支的情况,不过安装他的风格,扩展起来也挺简单的

from paradox.

Related Issues (3)

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.