Unanswered
Hi,
In My Setup I Run Multiple Experiments In Parallel From The Same Script. I Understand That There Can Only Be One Execution
Well that depends on how you think about the automation. If you are running your experiments manually (i.e. you specifically call/execute them), then at the beginning of each experiment (or function) call Task.init
and when you are done call Task.close
. This can be done in parallel if you are running them from separate processes.
If you want to automate the process, you can start using the trains-agent
which could help you spin those experiments on as many machines as you like 🙂
156 Views
0
Answers
4 years ago
one year ago