Farnaz Ghassemi Toudeshki
Results
2
comments of
Farnaz Ghassemi Toudeshki
@NiceMartin "initial_fn和next_inputs_fn这两个函数中的state,为什么只包含了 上一个时刻的输出y_(i-1) 和 对应的h_i, 而不包含context vector c_i和上一个时刻的隐状态 s_i?" that is my question too, could you get the answer?
> ```python > nlp_configuration = { > "nlp_engine_name": "spacy", > "models": [{"lang_code": "en", "model_name": "en_core_web_sm"}], > } > ``` @omri374 This seems to work for current model and for english...