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

2.0.0rc4 #424

Merged
merged 20 commits into from
Apr 5, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update language model meta data
  • Loading branch information
mmcauliffe committed Jan 28, 2022
commit 5a3c41c57ed785d9c40847d33ba0a6f3166e7b12
2 changes: 1 addition & 1 deletion montreal_forced_aligner/language_modeling/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def meta(self) -> MetaDict:
from ..utils import get_mfa_version

return {
"type": "ngram",
"architecture": "ngram",
"order": self.order,
"method": self.method,
"train_date": str(datetime.now()),
Expand Down