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

[WIP] Draft of new neural net adaptation framework (will also involve script rewrite) #2913

Open
wants to merge 110 commits into
base: master
Choose a base branch
from

Conversation

danpovey
Copy link
Contributor

No description provided.

danpovey and others added 30 commits November 15, 2018 15:58
unless the constructor
@GaofengCheng
Copy link
Contributor

need
${KALDI_ROOT}/src/nnet3a:
${KALDI_ROOT}/src/nnet3abin:
in tools/config/common_path.sh

# EOF
#
# note: $langs is "default"
steps/chaina/get_model_context.sh \
Copy link
Contributor

Choose a reason for hiding this comment

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

this file is missing

dir=$4

tree=$chaindir/${lang}.tree
trans_mdl=$chaindir/0/${lang}.mdl # contains the transition model and a nnet, but
Copy link
Contributor

Choose a reason for hiding this comment

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

trans_mdl=$chaindir/0/${lang}.mdl -> trans_mdl=$chaindir/init/${lang}.mdl


if args.dropout_schedule == "":
args.dropout_schedule = None
dropout_edit_option = common_train_lib.get_dropout_edit_option(
Copy link
Contributor

Choose a reason for hiding this comment

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

common?
should be libs.nnet3.train.dropout_schedule

Copy link
Contributor

Choose a reason for hiding this comment

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

That's already imported in common_train_lib. See steps/chain/train.py.

# source the 1st line of schedule.txt in the shell; this sets
# lrate and dropout_opt, among other variables.
. <(head -n 1 $dir/schedule.txt)
langs=$(awk '/^langs/ { $1=""; print; }' <$dir/0/info.txt)
Copy link
Contributor

Choose a reason for hiding this comment

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

$dir/0/info.txt -> $dir/init/info.txt

@danpovey
Copy link
Contributor Author

danpovey commented Jan 18, 2019 via email

@stale
Copy link

stale bot commented Jun 19, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale Stale bot on the loose label Jun 19, 2020
@stale
Copy link

stale bot commented Jul 19, 2020

This issue has been automatically closed by a bot strictly because of inactivity. This does not mean that we think that this issue is not important! If you believe it has been closed hastily, add a comment to the issue and mention @kkm000, and I'll gladly reopen it.

@stale stale bot closed this Jul 19, 2020
@kkm000 kkm000 reopened this Jul 19, 2020
@stale stale bot removed the stale Stale bot on the loose label Jul 19, 2020
@stale
Copy link

stale bot commented Sep 17, 2020

This issue has been automatically marked as stale by a bot solely because it has not had recent activity. Please add any comment (simply 'ping' is enough) to prevent the issue from being closed for 60 more days if you believe it should be kept open.

@stale stale bot added the stale Stale bot on the loose label Sep 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Stale bot on the loose
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants