Commit Graph

2270 Commits

Author SHA1 Message Date
Alex Burlacu
9ec28b47b3 Bump version to 1.11.1rc0 2023-06-01 15:13:03 +03:00
Alex Burlacu
f207e72200 Fix jsonargparse not loading new values from changed config files 2023-06-01 15:12:30 +03:00
pollfly
56d4de04e4
Edit docstrings (#1024) 2023-05-30 15:40:43 +03:00
pollfly
db2f899d95
Edit docstrings (#1013) 2023-05-28 08:48:49 +03:00
Alex Burlacu
449a4cc42d Bump version to v1.11.0 2023-05-25 19:00:20 +03:00
Alex Burlacu
0b6cb2edb8 Add Task.get_all_reported_scalars 2023-05-25 19:00:05 +03:00
Alex Burlacu
5772a1551e Add support for offline datasets and JSON previews 2023-05-25 18:15:33 +03:00
Alex Burlacu
60c3a5ef98 Fix downloading artifacts from GCP when the download URI includes unsafe characters 2023-05-25 18:14:17 +03:00
Alex Burlacu
a8746de9eb Adjust LightGBM example 2023-05-25 17:43:13 +03:00
Alex Burlacu
813777a4cc Fix package identification for scikit-image 2023-05-25 17:41:35 +03:00
Alex Burlacu
14351e9f93 Add support for multi-node experiments 2023-05-25 17:34:55 +03:00
Anton
d828595e83
Fix typo "Categories per column" (#1021) 2023-05-25 14:33:25 +03:00
Alex Burlacu
0fba023fc4 Add version to clearml-data list command 2023-05-23 14:57:07 +03:00
Phill Zarfos
f99a5d03f6
Fix comment for storage scheme gs:// (#1018)
Co-authored-by: Phill Zarfos <pzarfos@thepennyhoarder.com>
2023-05-22 11:14:57 +03:00
allegroai
7c09251686 Fix code hangs when running with joblib (#1009) 2023-05-21 09:42:32 +03:00
allegroai
e80d1f1ff4 Support removing task input models using Task.remove_input_models() 2023-05-21 09:41:00 +03:00
Jake Henning
fa58c69fc3
Update README.md 2023-05-17 18:59:44 +03:00
Jake Henning
25d672564c
Update README.md 2023-05-17 18:58:20 +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
3b16553ba3 Add Task.get_task_output_log_web_page() class method 2023-05-11 16:05:44 +03:00
allegroai
7ab1168532 Fix multiple local parallel experiments conflict on storage access validation (#897) 2023-05-11 16:05:19 +03:00
allegroai
6edc1b840c Fix Task.query_tasks() fails with a None task_filter 2023-05-11 16:04:09 +03:00
allegroai
059ff050df Fix when using Task.set_parameters() dict parameters are not dumped as JSON, causing the SDK to load them incorrectly 2023-05-11 16:02:50 +03:00
allegroai
5625a4c485 Support multi-node training using Task.launch_multi_node() 2023-05-11 16:00:06 +03:00
allegroai
a0bc87ab5c Support pytorch-lightning CLI >=2.0 2023-05-11 15:59:11 +03:00
allegroai
43f7c549fb Fix PY3.5 compatibility 2023-05-11 15:58:02 +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
allegroai
295280cb93 Update dataset ingestion example 2023-05-11 15:56:16 +03:00
allegroai
a3b4e1ec82 Fix openmmlab cifar10 example raises ModuleNotFoundError (update dependency) 2023-05-11 15:55:34 +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
allegroai
7b131d23e8 Fix pipeline cache is not invalidated when a different docker image is used 2023-05-02 14:58:31 +03:00
pollfly
0ed2cd1f04
Edit docstrings (#1001) 2023-04-30 15:27:50 +03:00
allegroai
67accedd36 Fix urllib3.contrib.appengine removed from urllib 2.0 2023-04-30 15:23:54 +03:00
allegroai
4f68e0bb01 Enhance example code for unit-testing 2023-04-30 15:23:30 +03:00
allegroai
c58f8649a2 Fix race condition in pipeline declaration 2023-04-30 15:22:52 +03:00
allegroai
422807555d Fix Pipeline self._nodes changes during iteration 2023-04-30 09:38:18 +03:00
allegroai
e9ecc9a29b Fix streams are patched by logger when logging to a non-main task 2023-04-25 10:00:00 +03:00
john-zielke-snkeos
a07f396f17
External files: Improve performance (#962)
* External files: Improve performance
Add option for faster .add_external_files() option
Add option for parallel external file download

* Fix bug in add_external_files

* Remove max_workers_external_files parameter
Integrate PR feedback

* Integrate feedback

* Fix PEP suggestion
2023-04-24 16:21:08 +03:00
allegroai
71e1608ad8 Fix ProxyDictPostWrite.update() does not trigger write-back to backend (#985) 2023-04-23 10:34:39 +03:00
allegroai
9f9af85a2a Fix TensorBoard negative iterations were zeroed 2023-04-19 15:06:10 +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
allegroai
1980f1c56b Support Retry.DEFAULT_BACKOFF_MAX in a backwards-compatible way 2023-04-10 22:54:35 +03:00
Alex Burlacu
a794d0d8ab Bump version to 1.10.3 2023-04-06 16:31:35 +03:00
Alex Burlacu
b3809403e3 Fix interfering logs in pipelines 2023-04-06 16:31:21 +03:00
alex-burlacu-clear-ml
a60df1382d
Bump version to 1.10.2 2023-04-03 18:48:16 +03:00
Alex Burlacu
18ccbcf8b0 Adjust VCS_DIFF docstring 2023-04-03 18:37:15 +03:00
Alex Burlacu
d564940cd4 Fix plot reporting for models 2023-04-03 18:36:45 +03:00
Alex Burlacu
4ad4939feb Add tags to pipeline steps and controller 2023-04-03 18:35:11 +03:00