Skip to content

allow for positional arguments in model.forward - #5

Open
BrianPugh wants to merge 2 commits into
suriyadeepan:masterfrom
BrianPugh:positional-forward
Open

allow for positional arguments in model.forward#5
BrianPugh wants to merge 2 commits into
suriyadeepan:masterfrom
BrianPugh:positional-forward

Conversation

@BrianPugh

Copy link
Copy Markdown

Currently this assumes that the model takes a single input and the loss takes a single target. This PR allows for multiple positional argument for both.

This still wont support keyword arguments in either case, I can't really think of an elegant way for that, but this is a little bit of progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant