remove deprecated method call `from_ir` (#726)

main
Ben Hoff 6 years ago committed by Nikita Manovich
parent 91f77139ef
commit 8e7a75847e

@ -37,4 +37,4 @@ def make_plugin():
def make_network(model, weights):
return IENetwork.from_ir(model = model, weights = weights)
return IENetwork(model = model, weights = weights)

Loading…
Cancel
Save