You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please note that this issue tracker is not a help form and this issue will be closed.
Before submitting, please ensure you have gone through our documentation.
Question
The examples on the documentation refer to using torchx via the cli implementation. I was wondering if there was any way that torchx can be used in a sdk format. For instance:
class MyCustomComponent
class MyScheduler
runner = torchx.runner()
runner.with_scheduler(MyScheduler())
runner.run_component(MyCustomComponent())
If its possible, is there any documentation or a sample project that provides an example of how this can be used, in particular using a custom scheduler and component?
Thank You!
The text was updated successfully, but these errors were encountered:
❓ Questions and Help
Please note that this issue tracker is not a help form and this issue will be closed.
Before submitting, please ensure you have gone through our
documentation.
Question
The examples on the documentation refer to using torchx via the cli implementation. I was wondering if there was any way that torchx can be used in a sdk format. For instance:
If its possible, is there any documentation or a sample project that provides an example of how this can be used, in particular using a custom scheduler and component?
Thank You!
The text was updated successfully, but these errors were encountered: