mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 18:06:29 +03:00
remove unnecessary line
Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>
This commit is contained in:
parent
4f37e4031c
commit
f293386d3e
|
@ -145,7 +145,6 @@ def init(
|
||||||
current_nO = model.maybe_get_dim("nO")
|
current_nO = model.maybe_get_dim("nO")
|
||||||
if current_nO is None or current_nO != inferred_nO:
|
if current_nO is None or current_nO != inferred_nO:
|
||||||
model.attrs["resize_output"](model, inferred_nO)
|
model.attrs["resize_output"](model, inferred_nO)
|
||||||
# nO = model.get_dim("nO")
|
|
||||||
nP = model.get_dim("nP")
|
nP = model.get_dim("nP")
|
||||||
nH = model.get_dim("nH")
|
nH = model.get_dim("nH")
|
||||||
nI = model.get_dim("nI")
|
nI = model.get_dim("nI")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user