Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Dropout #32

Merged
merged 4 commits into from
Aug 30, 2017
Merged

Dropout #32

merged 4 commits into from
Aug 30, 2017

Conversation

ledw
Copy link
Contributor

@ledw ledw commented Aug 29, 2017

support dropout of rhs features in train mode 2.

src/doc_data.cpp Outdated
} else {
insert(rslt.RHSTokens, example.RHSFeatures[i]);
insert(rslt.RHSTokens, example.RHSFeatures[i], args_->dropout);
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe we should have a lhs dropout and rhs dropout to be complete?

@ledw ledw merged commit c80ec80 into master Aug 30, 2017
@ledw ledw deleted the dropout branch August 30, 2017 23:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants