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

Training #23

Merged
merged 8 commits into from
Mar 23, 2018
Merged

Training #23

merged 8 commits into from
Mar 23, 2018

Conversation

thomwolf
Copy link
Member

Merge training code

@thomwolf thomwolf merged commit 5a2520e into master Mar 23, 2018
@julien-c julien-c deleted the training branch March 23, 2018 14:13
@julien-c
Copy link
Member

👍

@@ -527,7 +572,16 @@ def add_utterances(self, utterances, utterances_speaker=None, speakers_names=Non
utterances_speaker = ((i + a + 1) % 2 for i in range(len(utterances)))
utterances_index = []
utt_start = len(self.utterances)
for utt_index, (doc, speaker_id) in enumerate(zip_longest(self.nlp.pipe(utterances), utterances_speaker)):

Choose a reason for hiding this comment

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

Is this an accidental revert of 205e4e6

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.

3 participants