提交 676296c6 authored 作者: Rob Zinkov's avatar Rob Zinkov 提交者: Michael Osthege

Fix typo in warning message

上级 f1514ebe
...@@ -1735,7 +1735,7 @@ def batched_dot(a, b): ...@@ -1735,7 +1735,7 @@ def batched_dot(a, b):
""" """
warnings.warn( warnings.warn(
"batched_dot is deprecated. " "batched_dot is deprecated. "
"Use `dot` in conjution with `tensor.vectorize` or `graph.replace.vectorize_graph`", "Use `dot` in conjunction with `tensor.vectorize` or `graph.replace.vectorize_graph`",
FutureWarning, FutureWarning,
) )
a, b = as_tensor_variable(a), as_tensor_variable(b) a, b = as_tensor_variable(a), as_tensor_variable(b)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论