mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-29 09:23:12 +03:00
Auto-format code with black (#9530)
Co-authored-by: explosion-bot <explosion-bot@users.noreply.github.com>
This commit is contained in:
parent
c9f28b6d08
commit
b0b115ff39
|
@ -30,7 +30,9 @@ def create_models_with_nvtx_range(
|
||||||
)
|
)
|
||||||
|
|
||||||
for node in models.walk():
|
for node in models.walk():
|
||||||
with_nvtx_range(node, forward_color=forward_color, backprop_color=backprop_color)
|
with_nvtx_range(
|
||||||
|
node, forward_color=forward_color, backprop_color=backprop_color
|
||||||
|
)
|
||||||
|
|
||||||
return nlp
|
return nlp
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user