allegroai
|
6e6271fb91
|
Add reporter.wait_for_events() to ensure flush with wait_for_uploads awaits background processes
|
2021-07-10 10:34:17 +03:00 |
|
allegroai
|
226c68330e
|
Add Click support (issue #386)
|
2021-07-04 09:31:47 +03:00 |
|
allegroai
|
fcc3c12b59
|
Fix sub-process spawn multi-process
|
2021-06-01 00:18:20 +03:00 |
|
allegroai
|
5ce5035541
|
Fix Task.execute_remotely() on created Task (not initialized Task)
|
2021-06-01 00:17:45 +03:00 |
|
allegroai
|
f46561629f
|
Fix task.execute_remotely from jupyter notebook
|
2021-05-10 23:52:33 +03:00 |
|
allegroai
|
0e0d86f6d8
|
Fix python3.8 race condition in task.close()
|
2021-05-10 20:33:51 +03:00 |
|
allegroai
|
bd110aed5e
|
Fix docstrings
|
2021-05-02 09:47:02 +03:00 |
|
allegroai
|
a9f52a468c
|
Rename TF patching functions for better readability
|
2021-04-25 10:43:11 +03:00 |
|
allegroai
|
dc6c8cfddc
|
Add option to enable/disable tensorboard (default: enable)
|
2021-04-25 10:42:50 +03:00 |
|
allegroai
|
696034ac75
|
Add Task.get_configuration_objects() add Task.get_task() filtering support
|
2021-04-25 10:41:29 +03:00 |
|
allegroai
|
07fca61572
|
Fix PyCharm debugger Keyboard interrupt set Task as failed (instead of aborted)
|
2021-04-25 10:39:10 +03:00 |
|
allegroai
|
272ed44c12
|
Fix Task.set_credetnials() should override config file
|
2021-04-25 10:35:08 +03:00 |
|
allegroai
|
4832de5a65
|
Wait for subprocess when terminating
|
2021-04-20 18:09:22 +03:00 |
|
allegroai
|
91d63df488
|
Fix shutdown should be called after python code detected KeyboardInterrupt exception
|
2021-04-15 00:07:02 +03:00 |
|
allegroai
|
28abc9e69a
|
Fix Task.set_base_docker()
Add docker bash script to Task.create()
|
2021-04-12 22:58:22 +03:00 |
|
allegroai
|
86148a928b
|
Support ClearML server API v2.13
|
2021-04-10 22:32:49 +03:00 |
|
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 |
|