Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MRG] Adds FAQ regarding initialization behavior of NeuralNet #417

Merged
merged 4 commits into from
Jan 8, 2019

Conversation

thomasjpfan
Copy link
Member

Puts the information in #376 (comment) into the FAQ.

@@ -150,3 +150,49 @@ it to :func:`~skorch.helper.predefined_split`:
)

net.fit(X_train, y_train)


What happens when NeuralNet is passed a initialized Pytorch module?
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
What happens when NeuralNet is passed a initialized Pytorch module?
What happens when NeuralNet is passed an initialized Pytorch module?

@BenjaminBossan
Copy link
Collaborator

Apart from the typo, this LGTM

@thomasjpfan
Copy link
Member Author

Error coming from box/flaky#140. There seems to be some backward incompatible changes in pytest 4.1.

@BenjaminBossan
Copy link
Collaborator

There has been a new flaky release after the PR, perhaps retriggering solves the issue.

@thomasjpfan
Copy link
Member Author

Everything looks good now! :)

@BenjaminBossan
Copy link
Collaborator

Good work, thanks.

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.

None yet

2 participants