How is the new GUI "SETUP SHELL SCRIPT" option supposed to be used? I would like to add an apt install command to one of my tasks, and from reading the relat...
3 years ago
Is there a way to access DataFrame logged using report_table from the a task instance instantiated using Task.get_task(id='.....')? I have: t = Task.get_task...
4 years ago
How do I get the parsed args object of a task? I ran a task, using the argparser to set its hyperparams. I now get the task using Task.get_task, and I want t...
3 years ago
hi, I'm trying to run Task.init inside a jupyter notebook for the first time (used it a lot before in normal python scripts), and I get a warning- 2020-12-28...
3 years ago