Skip to content

Conversation

@ssnl
Copy link
Collaborator

@ssnl ssnl commented Jun 28, 2018

TODO:

  1. onnx symbolic
  2. added file, so fix fb build

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

@ssnl has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.


Tensor dropout(const Tensor& self, double p, bool featurewise, bool train, Generator *gen) {
AT_CHECK(0 <= p && p <= 1, "dropout() expects 0 <= p <= 1, but got p = ", p);
if (train) {

This comment was marked as off-topic.

@weiyangfb
Copy link
Contributor

@ssnl take a look at the failing tests when you have time?

@ssnl
Copy link
Collaborator Author

ssnl commented Jul 10, 2018

@weiyangfb This can't be done at the moment. See #9069.

@ssnl ssnl closed this Jul 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants