Reusing Ops: I have two separate graphs that use t...
# ask-community
a
Reusing Ops: I have two separate graphs that use the same Op. The Op takes a resource (dict of parameters) as well as the data to workon. How do i reuse the Op with different resources if the two graphs are sub-graphs of a larger graph? Should I not use resources and pass in the parameter file's path instead?