We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8466576 + f849d3d commit 09afedaCopy full SHA for 09afeda
lib/ortex.ex
@@ -13,9 +13,9 @@ defmodule Ortex do
13
14
## Examples
15
16
- iex> Ortex.load("./python/resnet50.onnx")
17
- iex> Ortex.load("./python/resnet50.onnx", [:cuda, :cpu])
18
- iex> Ortex.load("./python/resnet50.onnx", [:cpu], 0)
+ iex> Ortex.load("./models/resnet50.onnx")
+ iex> Ortex.load("./models/resnet50.onnx", [:cuda, :cpu])
+ iex> Ortex.load("./models/resnet50.onnx", [:cpu], 0)
19
20
"""
21
defdelegate load(path, eps \\ [:cpu], opt \\ 3), to: Ortex.Model
0 commit comments