Commit Graph

77 Commits

Author SHA1 Message Date
allegroai
e3109c96d8 Add upload HTML preview of jupyter notebook as an artifact 2021-02-01 23:37:44 +02:00
tankeco
ebc0733357
Fix strip remote diff (#295)
Co-authored-by: wjn <wjn@megvii.com>
2021-01-25 13:20:21 +02:00
allegroai
698977d05e Fix reporter from non main tasks should always use threads (not subprocesses) 2021-01-24 09:20:42 +02:00
allegroai
828af76ffe Support all reporting using subprocesses instead of threads. Configure using sdk.development.report_use_subprocess 2021-01-24 09:17:52 +02:00
allegroai
4b4fa3eff0 Add Jupyter auto-magic store jupyter notebook as an artifact on the Task. Use sdk.development.store_jupyter_notebook_artifact=True by default 2021-01-24 09:15:24 +02:00
allegroai
0962e53f0b Fix argparse nargs passed in command line --nargs 1 2 should be stored as '[1, 2]' not as "['1', '2']" 2021-01-24 09:14:27 +02:00
allegroai
dd03ca0d1d Fix issue #291 2021-01-24 09:12:12 +02:00
allegroai
1988cf8adf Fix populate Task called from jupyter notebook. Added packages=True to auto populate based on locally installed packages 2021-01-24 09:11:09 +02:00
allegroai
8c0c85ae9c Fix clearml-task error when script cannot be found 2021-01-18 11:33:04 +02:00
allegroai
661fac95a2 Flake8 2021-01-18 11:32:12 +02:00
allegroai
eb5d5da59e Fix None values in URI lists 2021-01-18 11:30:55 +02:00
allegroai
d4317f8b87 Fix argparse with action="append" 2021-01-12 20:23:01 +02:00
allegroai
a35d172e5b Fix argparse nargs support broken 2021-01-12 18:56:45 +02:00
allegroai
49ba89587f Add internal Task._get_task_status() 2021-01-10 13:07:24 +02:00
allegroai
ce5fd31070 Fix dataset upload aborted on server watchdog 2021-01-10 13:03:40 +02:00
allegroai
d39f7bc195 Add Task.set_archived() / Task.get_archived() 2021-01-10 13:01:04 +02:00
allegroai
365c79326a Fix argparse support to store consistent str representation of custom objects. Avoid changing default value if remote value matches.
Fix argsparse type as function
2021-01-10 12:53:15 +02:00
allegroai
9da307730c Add Task.debug_simulate_remote_task() to simulate task execution by ClearML Agent 2021-01-10 12:50:43 +02:00
allegroai
c28f8cf65b Fix Task.archived_tag read-only property does not work (issue #274) 2021-01-10 12:49:06 +02:00
allegroai
3c00453bd4 Add Task.delete() support 2021-01-10 12:46:02 +02:00
allegroai
643bc3d3ea Add support for password protected jupyter using sdk.development.jupyter_server_password configuration option 2020-12-30 16:50:17 +02:00
allegroai
80d3a02f4e Add specific error for password protected jupyter notebook (not supported) 2020-12-30 16:45:11 +02:00
allegroai
9f0d7b5eb8 Fix Task.create() standalone mode 2020-12-30 16:40:47 +02:00
allegroai
e8af6d7e02 PEP8 2020-12-30 16:37:25 +02:00
allegroai
7edc998824 Fix clearml-task 2020-12-24 00:29:00 +02:00
allegroai
d327f2e2b9 clearml initial version 0.17.0 2020-12-22 23:25:37 +02:00
allegroai
a460df1e68 renamed trains -> clearml 2020-12-22 21:17:56 +02:00