mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
Update spacy/ml/tb_framework.pyx
Co-authored-by: Raphael Mitsch <r.mitsch@outlook.com>
This commit is contained in:
parent
96f2e30c4b
commit
4f37e4031c
|
@ -305,7 +305,8 @@ def _forward_fallback(
|
|||
seen_mask,
|
||||
is_train: bool,
|
||||
actions: Optional[List[Ints1d]] = None,
|
||||
max_moves: int = 0):
|
||||
max_moves: int = 0,
|
||||
):
|
||||
nF = model.get_dim("nF")
|
||||
output = model.get_ref("output")
|
||||
hidden_b = model.get_param("hidden_b")
|
||||
|
|
Loading…
Reference in New Issue
Block a user