allegroai
|
ae8b8e79d0
|
Add random seed control using Task.set_random_seed()
|
2022-06-28 21:17:28 +03:00 |
|
allegroai
|
a013dd5e55
|
Add support for Task.rename() and Task.move_to_project()
|
2022-06-28 21:06:16 +03:00 |
|
allegroai
|
e60f2ff14b
|
Modify pipeline progress calculation
|
2022-06-06 14:13:45 +03:00 |
|
allegroai
|
28eac2e043
|
Improve warning, PEP8
|
2022-05-30 19:48:34 +03:00 |
|
allegroai
|
b5c3477f06
|
Fix Process Pool hangs at exit (#674)
|
2022-05-12 23:49:09 +03:00 |
|
allegroai
|
5dff9dd404
|
Unbind all patches when Task.close() is called
|
2022-05-12 23:47:58 +03:00 |
|
allegroai
|
e051085462
|
Fix doctring
|
2022-05-12 23:44:54 +03:00 |
|
allegroai
|
a4b24b18fb
|
Support parallel uploads and downloads
|
2022-05-12 23:44:20 +03:00 |
|
pollfly
|
3474d70afb
|
Edit docstrings (#672)
|
2022-05-11 10:45:40 +03:00 |
|
allegroai
|
6a8d610317
|
Add warning when calling Task.init() with deferred_init=True
Fix docstrings
|
2022-05-05 12:13:54 +03:00 |
|
allegroai
|
4ce0e4faf3
|
Add Task.init() deferred_init capture all console outputs
|
2022-05-05 12:13:54 +03:00 |
|
allegroai
|
556e9b25fe
|
Add Task.init() deferred_init argument as experimental feature (Task.init() called in background thread)
Fix previous wait_for_task_init behavior
Add environment variable CLEARML_DEFERRED_TASK_INIT
|
2022-05-05 12:13:54 +03:00 |
|
allegroai
|
05094dd865
|
Fix Task.init() return type should always be considered to be a Task object (usage should be transparent)
|
2022-05-05 12:13:54 +03:00 |
|
allegroai
|
dd4eca24c3
|
Fix broken Task.init() auto_connect_frameworks wildcard filter support
|
2022-05-01 22:32:49 +03:00 |
|
allegroai
|
f58ddbd52c
|
Add Task._query_tasks() additional argument validation
|
2022-04-27 17:33:28 +03:00 |
|
allegroai
|
938b5f0e63
|
Fix Task.query_tasks() specifying pagesize or page number
|
2022-04-27 17:31:40 +03:00 |
|
allegroai
|
e65b800e93
|
Fix Task.import_offline_session() should support continuing a previous Task
|
2022-04-27 17:19:07 +03:00 |
|
allegroai
|
b919874905
|
Add wait_for_task_creation argument to Task.init() (if False, future object is returned and task creation is done async)
|
2022-04-27 17:02:37 +03:00 |
|
allegroai
|
42fa0dde65
|
Add support for artifacts with different formats (#634)
|
2022-04-27 16:57:20 +03:00 |
|
allegroai
|
81de18dbce
|
Fix Hydra tasks never fail and are only set to completed (fix handling return code)
|
2022-04-15 19:24:37 +03:00 |
|
allegroai
|
11242d4029
|
Support more than 500 results in Task.get_tasks() using the fetch_only_first_page argument (#612)
|
2022-04-15 19:22:50 +03:00 |
|
allegroai
|
7a1b42c5ed
|
Add support for task progress using Task.set_progress()
|
2022-04-15 11:55:01 +03:00 |
|
allegroai
|
c8c824815e
|
Fix Windows sub process might end up waiting forever for uploads to finish if subprocess is very shot lived
|
2022-04-13 14:20:00 +03:00 |
|
pollfly
|
a9774c3842
|
List TaskStatusEnum in docstrings (#639)
|
2022-04-11 11:33:56 +03:00 |
|
allegroai
|
260690b990
|
Add tensorboard hparams binding
|
2022-04-09 14:15:38 +03:00 |
|
allegroai
|
5a6ec697e1
|
Add wild card support in model auto-logging (https://clearml.slack.com/archives/CTK20V944/p1644931337863039)
|
2022-04-05 13:47:07 +03:00 |
|
allegroai
|
95785e7637
|
Fix jsonargparse support (#403)
|
2022-03-29 11:00:33 +03:00 |
|
allegroai
|
c5e428a03d
|
Add jsonargparse support (#403)
|
2022-03-24 19:30:24 +02:00 |
|
allegroai
|
6fb49fcd03
|
Add reserved OS environments warning
|
2022-03-24 19:22:04 +02:00 |
|
allegroai
|
fcdc561f5f
|
Fix python 3.10 support
|
2022-03-11 23:52:11 +02:00 |
|
allegroai
|
0cca7396e7
|
Add callback support to Task.delete()
|
2022-02-26 13:39:45 +02:00 |
|
allegroai
|
73b64f6ca7
|
Fix connect object
|
2022-02-19 23:05:29 +02:00 |
|
allegroai
|
b028b98a0c
|
Fix connected object base class members are not used
|
2022-02-16 19:08:52 +02:00 |
|
allegroai
|
cf9938c490
|
Add get_parameters cast back to original type
|
2022-02-10 23:49:09 +02:00 |
|
eugen-ajechiloae-clearml
|
296cb7d899
|
Add Python Fire support (#550)
|
2022-02-07 13:38:11 +02:00 |
|
eugen-ajechiloae-clearml
|
d53dbbf697
|
Add catboost support (#542)
Co-authored-by: ajecc <eugenajechiloae@gmail.com>
|
2022-02-03 21:36:27 +02:00 |
|
allegroai
|
be1478e67a
|
Add status_message support to Task.mark_stopped()
|
2022-01-13 11:56:26 +02:00 |
|
allegroai
|
c7c0462e89
|
Fix fork (process pool) hangs or drops reports when reports are at the end of the forked function, in both threaded and subprocess mode reporting
|
2022-01-08 22:58:34 +02:00 |
|
allegroai
|
4be4ba1a9a
|
Add support for jsonargpraser (issue #403)
|
2021-12-12 19:56:55 +02:00 |
|
allegroai
|
b94f345d2b
|
Fix reusing Task did not reset it
|
2021-12-12 19:56:01 +02:00 |
|
allegroai
|
ab1c6ec0ca
|
Fix Task.reset force not used
|
2021-12-10 21:21:32 +02:00 |
|
allegroai
|
fc0305728c
|
Allow overriding initial iteration offset using environment variable (CLEARML_SET_ITERATION_OFFSET) or Task.init(continue_last_task==<offset>) (issue #496)
|
2021-11-30 21:15:03 +02:00 |
|
allegroai
|
3f7d271c10
|
Fix jupyter kernel shutdown causing nested atexit callbacks leaving Task in running state
|
2021-11-17 19:08:24 +02:00 |
|
allegroai
|
308bbe88ed
|
Fix Task.get_task() does not load output_uri from stored Task
|
2021-10-29 22:56:44 +03:00 |
|
allegroai
|
ef6b381710
|
Fix subprocess current_task return should return class instance
|
2021-10-24 17:33:49 +03:00 |
|
allegroai
|
e6d3860de0
|
Add Task.query_tasks, Task.get_task/s tags argument
Fix docstring
|
2021-10-24 17:32:27 +03:00 |
|
allegroai
|
b443e781cb
|
Fix task.set_script
|
2021-10-21 11:58:56 +03:00 |
|
allegroai
|
0bc43a31f4
|
PEP8
|
2021-10-19 10:39:55 +03:00 |
|
allegroai
|
3b7fc2e0d2
|
Add Task.stopped reason arg
|
2021-10-16 23:15:00 +03:00 |
|
allegroai
|
371405cad9
|
Fix DEBUG_SIMULATE_REMOTE_TASK devworker
|
2021-10-16 23:14:25 +03:00 |
|