Speaking as a pytorch user, many of the steps in your Readme example remind me of the usual setup except the pipeline.run() handoff which is replaced by eager evaluation in pytorch.<p>Are you seeing something like an eager mode for your library, or perhaps a pytorch plugin that might use your apis?