Commit Graph

191 Commits

Author SHA1 Message Date
allegroai
d6d8aa9318 Fix various CI and tests issues 2023-11-05 21:07:32 +02:00
allegroai
c26efb83af Add support for Hydra command-line syntax for modifying omegaconf 2023-10-24 18:36:53 +03:00
allegroai
7b85555d0d Fix task.set_script(diff="") does not clear the uncommitted changes (#1106) 2023-10-24 18:32:29 +03:00
allegroai
1b27ed07f7 Add force_single_script_file to Task.create() to avoid git repo auto detection 2023-09-16 20:52:42 +03:00
allegroai
696c349488 Improve warning message on task execute_remotely 2023-08-04 19:07:35 +03:00
Alex Burlacu
80ef359f45 Bump version and clarify docs 2023-07-31 21:33:28 +03:00
Alex Burlacu
028a835676 Deprecate Task.get_by_name 2023-07-19 02:11:40 +03:00
Alex Burlacu
c8c8a1224e Add support for .get ing pipelines and enqueue-ing them 2023-07-18 15:03:31 +03:00
Make42
5824e27ada
Correct spelling, code formatting, add deprecation warnings to logger methods (#1052)
* Correct spelling in docstrings and comments in automation controller

* Improve readability by adding line breaks in automation controller

* Add deprecation warnings for logger methods

* Add docstring text regarding deprecation of logger methods

* Format deprecation warnings for logger methods in Black style

* Correct the docstring of query_tasks

* Remove new line in 'pre_execute_callback' docstring

---------

Co-authored-by: Make42 <none@none.net>
2023-06-29 18:10:09 +03:00
allegroai
8524874998 Fix task status comparison breaks when using a string 2023-06-21 08:54:01 +03:00
allegroai
ab3c148de2 Fix message not reloaded before appending text 2023-06-21 08:51:47 +03:00
Alex Burlacu
050d6d8970 Fix infinite recursion when updating connected dict remotely 2023-06-16 13:52:55 +03:00
allegroai
13c44b0b6a Fix lazy evaluated value should be casted to str before passed through to OS calls 2023-06-04 10:30:20 +03:00
pollfly
56d4de04e4
Edit docstrings (#1024) 2023-05-30 15:40:43 +03:00
Alex Burlacu
14351e9f93 Add support for multi-node experiments 2023-05-25 17:34:55 +03:00
Alex Burlacu
b91f20b7a3 Add a warning asking to import Task from allegroai when calling an enterprise property on a ClearML Task object 2023-05-15 12:11:28 +03:00
allegroai
6edc1b840c Fix Task.query_tasks() fails with a None task_filter 2023-05-11 16:04:09 +03:00
allegroai
5625a4c485 Support multi-node training using Task.launch_multi_node() 2023-05-11 16:00:06 +03:00
allegroai
c2b6165987 Add support for development.worker.report_start_sec to allow starting resource monitoring sooner than usual 2023-05-11 15:57:15 +03:00
pollfly
1927e6578c
Edit docstrings (#1011) 2023-05-07 15:50:49 +03:00
pollfly
1c254c3d83
Edit docstrings (#1005) 2023-05-02 15:06:47 +03:00
pollfly
0ed2cd1f04
Edit docstrings (#1001) 2023-04-30 15:27:50 +03:00
allegroai
107bb93ab0 Fix Task.init(continue_last_task=0) ignored when running remotely 2023-04-19 15:05:26 +03:00
Make42
af04877a0e
Update reference to GetAllRequest in Task docstrings (#982)
Co-authored-by: Richard Leibrandt <richard.leibrandt@omikron.net>
2023-04-17 20:05:51 +03:00
Alex Burlacu
7ca8743d86 Remove redundant docstrings and allow TaskTypes in filter conditions 2023-04-03 18:22:29 +03:00
Alex Burlacu
cc843f6afa Fix docstrings 2023-03-29 19:01:48 +03:00
allegroai
4cd8857c0d Refactor code 2023-03-27 13:38:11 +03:00
Alex Burlacu
43e73c5f0a Allow moving a task from offline to online mode in a specific manner 2023-03-23 18:58:15 +02:00
Alex Burlacu
dc5be02328 Allow registering offline models 2023-03-23 18:32:53 +02:00
Alex Burlacu
c758a02634 Emit an warning on non-string dictionary keys for task.connect 2023-03-23 17:55:27 +02:00
Alex Burlacu
ecd905e518 Add task.get_debug_samples method 2023-03-23 17:21:39 +02:00
Alex Burlacu
3817f0ca36 Fix task.connect docstring 2023-03-23 16:09:43 +02:00
Alex Burlacu
90354a7751 Fix task.get_user_properties when called with value_only=True 2023-03-23 13:16:06 +02:00
alex-burlacu-clear-ml
79784baf2d
Merge pull request #927 from Make42/master
Improve the hyper_parameter example
2023-03-17 14:50:17 +02:00
Richard Leibrandt
641a4a2057 Remove docstring text of Task.close() that details Task.mark_completed() 2023-03-08 15:48:30 +01:00
allegroai
72b341ee51 Add Gradio binding support 2023-02-28 17:22:20 +02:00
allegroai
5d027a335f Improve Task.query_tasks()` docstring 2023-02-28 17:22:20 +02:00
allegroai
4585db0f0f Fix Task.connect_configuration() with non-string keys 2023-02-28 17:22:19 +02:00
Richard Leibrandt
017dc4c784 Improve docstring for Task.close and Task.mark_completed 2023-02-21 16:39:47 +01:00
Richard Leibrandt
aa69f45d3b Improve docstring for Task.close and Task.mark_completed 2023-02-21 15:21:56 +01:00
Make42
4ebe714165
Improve docstring for Task.close() (#920) 2023-02-19 09:25:24 +02:00
pollfly
e0bea7f586
Edit docstrings (#889) 2023-01-24 13:13:19 +02:00
allegroai
88259094ac Add client version to runtime properties 2023-01-19 11:19:02 +02:00
pollfly
b39829a011
Edit docstrings (#875) 2023-01-10 11:12:47 +02:00
allegroai
a621b4fa20 Add pipeline decorator argument to control docker image (#856) 2022-12-22 22:11:43 +02:00
allegroai
8ba78b5a11 Add allow_archived argument in Task.get_tasks() 2022-12-22 21:58:13 +02:00
allegroai
d723299f1e Fix can't write more than 2 GB to a file 2022-12-22 21:48:07 +02:00
allegroai
bf37df61aa Clarify deferred_init usage in Task.init() (#855) 2022-12-22 21:45:57 +02:00
allegroai
8ef25a0030 Fix task.close() removes all log handlers (should only remove ClearML handlers) 2022-12-18 23:01:41 +02:00
allegroai
d3de2151e8 Add IDE to the task's runtime properties
Improve type annotations and docstrings
Flake8
2022-12-13 15:59:42 +02:00