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

train/dict updates and move seq2seq #153

Merged
merged 4 commits into from
Jun 21, 2017
Merged

train/dict updates and move seq2seq #153

merged 4 commits into from
Jun 21, 2017

Conversation

alexholdenmiller
Copy link
Member

No description provided.

self.load(opt['dict_file'])
elif 'dict_initpath' in opt:
# load pre-existing dictionary
if opt.get('dict_initpath'):
Copy link
Contributor

Choose a reason for hiding this comment

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

this is different behavior to what i wanted, let us discuss

Copy link
Contributor

Choose a reason for hiding this comment

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

that is, you should only load the init if you don't have the actual real dict (same thing with models usually)

@alexholdenmiller alexholdenmiller merged commit 7d1a2ea into master Jun 21, 2017
@alexholdenmiller alexholdenmiller deleted the train_fix branch June 21, 2017 15:01
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.

3 participants