Nested Tune.run

Is it possible to run multiple tune.run in parallel, on separate datasets?

1 Like

Hmm, yes; this should work. You could hypothetically just the tune.run call into a ray.remote function and invoke it there.

1 Like