GithubHelp home page GithubHelp logo

Comments (8)

bauerfe avatar bauerfe commented on August 27, 2024 1

Yeah, sorry for the late reply. I think this is fine.

from nir.

matjobst avatar matjobst commented on August 27, 2024

I agree that this is slightly misleading.
Our current implementation is similar to the torch.nn.Sequential of Pytorch. Tensorflow's tf.keras.Sequential is similar to your first suggestion with the lists.
I like the idea of renaming to Sequential and keeping the definition otherwise as is.

from nir.

Jegp avatar Jegp commented on August 27, 2024

Nicely spotted! That's my bad. I really like avoiding the two [ ] characters :P

How about adding a check so we can work with both lists and varargs? That's also what PyTorch is doing, I believe.

from nir.

bauerfe avatar bauerfe commented on August 27, 2024

I would also prefer renaming it to Sequential and passing the args without container.

Pytorch (at least my possibly outdated version) raises an error when passing a list:

TypeError: list is not a Module subclass

I also don't mind supporting both, though.

from nir.

Jegp avatar Jegp commented on August 27, 2024

This should be fixed with #50. Would you mind confirming and closing, @bauerfe ?

from nir.

bauerfe avatar bauerfe commented on August 27, 2024

I'm really sorry but I must be missing something. Could you please specify how #50 addresses this issue? Neither the name nor the call signature of the from_list method has changed.

from nir.

Jegp avatar Jegp commented on August 27, 2024

You're entirely correct that the PR doesn't change the name of the method. But it allows the from_list method to take a list and varargs (

NIR/nir/ir.py

Line 44 in 464de9f

if len(nodes) > 0 and (
). So it kinda addresses the issue that the method called from_list doesn't even take lists.

I'm sympathetic if you wish to rename the method if you think there's a better name. I believe you suggested sequence or compose?

from nir.

Jegp avatar Jegp commented on August 27, 2024

@bauerfe could you share your opinion on how to proceed? Is the current naming sufficient, given #50?

from nir.

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.