Commit Graph

225 Commits

Author SHA1 Message Date
allegroai
c07c45d2b3 Add OS env var CLEARML_DEFAULT_OUTPUT_URI to override default output_uri for automatic models upload (issue #328) 2021-04-07 18:38:32 +03:00
allegroai
31d3b6dbc5 Support stopping instead of resetting in Task.execute_remotely() in case server supports enqueueing stopped tasks 2021-03-31 23:51:25 +03:00
allegroai
9ff52a8699 Fix Task.execute_remotely() with sub process 2021-03-18 09:50:36 +02:00
allegroai
20f10f8fbb Allow to continue running from previous execution iteration 2021-03-18 09:48:47 +02:00
allegroai
d37aa23fbf Fix spawn logger/reporting 2021-03-11 09:42:35 +02:00
allegroai
ae6caf4404 PEP8 2021-02-23 10:38:02 +02:00
allegroai
132e76cfb9 Fix multiple Task.init()/close() calls in the same process 2021-02-21 14:59:50 +02:00
allegroai
5a76ffd460 Fix Task.connect(object) should always return the same object instance 2021-02-08 13:23:16 +02:00
allegroai
28b85028fe Fix close task after logger is closed 2021-02-04 10:41:51 +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
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
29a5df407f Fix remote_execution from jupyter notebook 2021-01-24 09:05:18 +02:00
allegroai
54132e2505 Add Task.init() argument tags 2021-01-12 18:57:10 +02:00
allegroai
cc40b04a3c Add Task.set_credentials() option to store into credentials file 2021-01-10 13:06:10 +02:00
allegroai
918d685ed1 Add Task.init() argument output_uri=True will use the default files_server as output uri 2021-01-10 12:55:31 +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
2b9a28f908 Add warning on archived Task in pipeline (issue #274) 2021-01-10 12:49:44 +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
504dfd8f32 Fix reusing task after its project was deleted (issue #274) 2021-01-10 12:48:16 +02:00
allegroai
35a8471943 Use archived task constant 2021-01-10 12:46:51 +02:00
allegroai
3c00453bd4 Add Task.delete() support 2021-01-10 12:46:02 +02:00
allegroai
2b81bc33a5 Add argparse argument passing to Task.create() (issue #230) 2020-12-30 16:38:56 +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