"docs/vscode:/vscode.git/clone" did not exist on "11d5fdf45d83019019e4525bc7b7eee001406ae2"
Commit 380947c4 authored by Sachin Kadyan's avatar Sachin Kadyan
Browse files

Added the seq_emb features to the list of features to be processed by feature...

Added the seq_emb features to the list of features to be processed by feature pipeline , if using seq_emb mode
- In `seq_emb` mode, add list of `seq_emb` features to `feature_names`
parent f2540236
......@@ -62,6 +62,9 @@ def make_data_config(
feature_names = cfg.common.unsupervised_features
if cfg.seqemb_mode.enabled:
feature_names += cfg.common.seqemb_features
if cfg.common.use_templates:
feature_names += cfg.common.template_features
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment