Commit Graph

  • 341aba2cee Fix None values get casted to empty strings when connecting a dictionary allegroai 2022-12-22 22:09:19 +02:00
  • a2b3f1cf3b Add Dataset.set_metadata() and Dataset.get_metadata() allegroai 2022-12-22 22:06:38 +02:00
  • d8ed5aa672 Fix example requirements allegroai 2022-12-22 22:05:26 +02:00
  • bc94a55525 Fix crash when calling task.flush(wait_for_uploads=True) while executing remotely allegroai 2022-12-22 22:05:14 +02:00
  • 8992275f8e Support querying model metadata in Model.query_models() allegroai 2022-12-22 21:59:24 +02:00
  • 8ba78b5a11 Add allow_archived argument in Task.get_tasks() allegroai 2022-12-22 21:58:13 +02:00
  • ab73447cbd Add StorageManager.set_report_upload_chunk_size() and StorageManager.set_report_download_chunk_size() to set chunk size for upload and download allegroai 2022-12-22 21:57:15 +02:00
  • 7d6eff4858 Fix error when using TaskScheduler with 'limit_execution_time' (#648) allegroai 2022-12-22 21:55:27 +02:00
  • dd79bd6197 Fix tensorflow_macos support allegroai 2022-12-22 21:54:13 +02:00
  • 6529c0dc11 Dataset lineage view is broken with multiple dataset dependencies allegroai 2022-12-22 21:53:23 +02:00
  • 3dee5854bd Fix StorageManager.get_file_size_bytes() returns ClientError instead of None for invalid S3 links allegroai 2022-12-22 21:52:24 +02:00
  • d723299f1e Fix can't write more than 2 GB to a file v1.8.4rc2 allegroai 2022-12-22 21:48:07 +02:00
  • 17dfa2b92f Fix jsonargparse and pytorch lightning integration broken for remote execution (#403) allegroai 2022-12-22 21:47:00 +02:00
  • bf37df61aa Clarify deferred_init usage in Task.init() (#855) allegroai 2022-12-22 21:45:57 +02:00
  • 72d9b22e0d Fix HPO CLI doesn't work when --params-override is not specified allegroai 2022-12-18 23:02:29 +02:00
  • 8ef25a0030 Fix task.close() removes all log handlers (should only remove ClearML handlers) allegroai 2022-12-18 23:01:41 +02:00
  • e53c4008a1 Fix None values get casted to empty strings when connecting a dictionary allegroai 2022-12-18 23:00:38 +02:00
  • 603d74da57 Fix pipeline controller fetching archived Tasks for caching allegroai 2022-12-18 22:59:33 +02:00
  • 9b9c81afec Fix browser_login() when 3rd party cookies are disabled allegroai 2022-12-18 22:58:02 +02:00
  • 1dd98ecf8d Fix lazyloaderproxy casting allegroai 2022-12-18 22:57:31 +02:00
  • 90f30e8d9a Version bump v1.8.4rc1 allegroai 2022-12-13 16:09:42 +02:00
  • 47ea919ddc PEP8 allegroai 2022-12-13 16:07:51 +02:00
  • dd6e4f1598 Fix StorageManager doesn't support uploading files to minio (#763) allegroai 2022-12-13 16:07:44 +02:00
  • 694ffc160b Fix Task.connect() sets wrong types if task was never ran locally allegroai 2022-12-13 16:02:36 +02:00
  • 8076e387ab Add missing changes allegroai 2022-12-13 16:00:20 +02:00
  • d3de2151e8 Add IDE to the task's runtime properties Improve type annotations and docstrings Flake8 allegroai 2022-12-13 15:59:42 +02:00
  • 3cb66650e8 Fix Dataset.get() should ignore archived datasets by default allegroai 2022-12-13 15:49:11 +02:00
  • 16c8a037cc Fix can't add S3 external links (#845) allegroai 2022-12-13 15:48:18 +02:00
  • 62a5ef102a Fix uploading files to S3 when _at_exit() is called fails (work around https://github.com/boto/boto3/issues/3113) allegroai 2022-12-13 15:43:18 +02:00
  • 09a53bce48 Fix optimization on many agents returns random errors (#829) allegroai 2022-12-13 15:37:16 +02:00
  • 16df0794be Fix ontinuing Tasks with tensorflow sometimes result in wrong initial iteration (#762) allegroai 2022-12-13 15:36:05 +02:00
  • 3da182426f Add support for network.file_upload_retries configuration option to control the UploadManager's file upload default retries allegroai 2022-12-13 15:35:19 +02:00
  • 5b38590756 Fix error message allegroai 2022-12-11 15:07:33 +02:00
  • 381b856b57 Fix mark_aborted() does not exist, use mark_stopped() instead allegroai 2022-12-11 15:06:30 +02:00
  • 64e00716e1 Fix Task.query_tasks() returns all tasks when a non-existent project name is provided allegroai 2022-12-07 10:01:34 +02:00
  • bd53d44d71 Update README.md Jake Henning 2022-12-08 07:59:32 +02:00
  • 991fc2d32d Update README.md (#846) v1.8.4rc0 Victor Sonck 2022-12-07 18:24:18 +01:00
  • 7d6897f91b Fix dataset not synced if the changes are only modified files (#835) Frédéric Jean 2022-12-06 07:33:43 -05:00
  • 64e1fb8571 Add r prefix to re.match() strings (#837) William Reynolds 2022-12-06 12:27:50 +00:00
  • e709e46d91 Fix StorageHelper.delete() does not respect path substitutions (#838) john-zielke-snkeos 2022-12-06 13:26:05 +01:00
  • 59b5dd6394 add path_substitution to clearml.conf example file (#842) erezalg 2022-12-06 14:24:24 +02:00
  • 4fab0f740a Update README.md (#826) pollfly 2022-12-06 14:23:53 +02:00
  • 52a592c4bf Update README v1.8.3 allegroai 2022-12-04 12:57:48 +02:00
  • d8926ace25 Version bump to v1.8.3 allegroai 2022-12-04 12:51:56 +02:00
  • ec70b5113a Fix a sync issue with ConrfigWrapper when loading configuration in session Optimize load sequence by not loading configuration on session start if not provided (worse case it will be loaded by the ConfigWrapper) allegroai 2022-12-04 12:51:27 +02:00
  • 911a72f561 Set GCS credentials to None if invalid service account creds are provided (#841) Fred DeSerres-Blanchet 2022-12-03 05:08:36 -05:00
  • a76d2643d5 Update README.md Allegro AI 2022-12-02 05:04:27 +02:00
  • 95cf9fff90 Version bump to v1.8.2 v1.8.2 allegroai 2022-12-01 08:54:43 +02:00
  • ceb20f1eec Add CLEARML_VCS_ENTRY_POINT env var controlling experiment's entry point Fix CLEARML_VCS_WORK_DIR and CLEARML_VCS_DIFF support for standalone mode allegroai 2022-11-30 19:54:43 +02:00
  • 7016138c84 Fix ClearML SDK does not work with PyTest (related to https://github.com/pytest-dev/pytest/issues/5502#issuecomment-647157873) allegroai 2022-11-27 17:32:24 +02:00
  • 65d0e15a74 Fix Task.set_parameters() does not add parameter type when parameter exists but does not have a type allegroai 2022-11-24 22:45:21 +02:00
  • 762bc5325f Version bump to v1.8.1 v1.8.1 allegroai 2022-11-21 17:31:04 +02:00
  • 66cccd22fd Fix examples allegroai 2022-11-21 17:14:07 +02:00
  • ed2b8ed850 Support num_workers in dataset operations Support max connections setting for Azure storage using the sdk.azure.storage.max_connection setting allegroai 2022-11-21 17:12:02 +02:00
  • 68467d7288 Fix default clearml logger level cannot be changed (#741) allegroai 2022-11-21 17:07:21 +02:00
  • 443c6dc814 Fix default method might get updated after default argument was initialized Fix default api method does not work when set in configuration allegroai 2022-11-21 17:06:17 +02:00
  • 164169b73a Fix Hydra does use get overridden information from ClearML (#751) allegroai 2022-11-21 17:00:19 +02:00
  • a841ab7450 Add ModelInfo.weights_object() for store callback access to the actual model object being stored (valid for both pre/post save calls, otherwise None) allegroai 2022-11-21 16:31:58 +02:00
  • 1729b9019f Fix CLEARML_DEFERRED_TASK_INIT=1 doesn't work allegroai 2022-11-21 16:31:23 +02:00
  • d9497dd603 Fix checking backend api version lower than the supported version is meaningless allegroai 2022-11-21 16:30:37 +02:00
  • 9713f63cb7 Fix ModelsList.keys() is missing allegroai 2022-11-21 16:28:28 +02:00
  • 1d77b55dde Raise error on failed uploads (#820) Lavi 2022-11-21 08:31:49 -05:00
  • f6b9efe54e Add hyperdataset examples (#823) erezalg 2022-11-20 16:28:42 +02:00
  • 2aba12cf52 Fix docstring allegroai 2022-11-19 00:58:35 +02:00
  • 0b0fd55329 Fix StorageManager.list(“s3://..”, with_metadata=True) doesn't work allegroai 2022-11-19 00:58:05 +02:00
  • 035a76e282 Change report_event_flush_threshold default to 100 allegroai 2022-11-15 15:59:26 +02:00
  • cf7361e134 Version bump to v1.8.0 v1.8.0 allegroai 2022-11-13 14:47:24 +02:00
  • 1633af28e2 Skip hparams with non-basic types allegroai 2022-11-13 14:46:38 +02:00
  • f6238b8a0f Fix broken pip package might mess up requirements detection allegroai 2022-11-11 23:46:33 +02:00
  • 7f6c80f292 Fix task.update_output_model() should always upload local models to a remote server allegroai 2022-11-11 23:46:20 +02:00
  • ebe7aa3fb7 Fix Enum hyper-parameter description allegroai 2022-11-11 23:45:42 +02:00
  • e55d113258 Add support for connecting Enum values as parameters allegroai 2022-11-11 15:49:24 +02:00
  • d0db6ea919 Fix Python 3.5 Unicode support allegroai 2022-11-11 15:35:30 +02:00
  • b58c70f65e Fix media preview is created instead of a table preview allegroai 2022-11-11 15:34:43 +02:00
  • 251cfa30a9 Fix Python 2.7 support allegroai 2022-11-11 15:30:25 +02:00
  • 0e283dd514 Fix too many parts will cause preview to increase Task object beyond 16MB limit, set a total limit of 320kbs allegroai 2022-11-11 13:30:57 +02:00
  • 8e9f422ec5 PEP8 allegroai 2022-11-11 13:30:15 +02:00
  • 74614bad6d Fix Dataset.get_local_copy() deletes the source archive if it is stored locally allegroai 2022-11-09 11:45:09 +02:00
  • d45ec5d3e2 Update README allegroai 2022-11-09 11:43:04 +02:00
  • a4d83c30ba Fixed Python 2.7 support, refactor, PEP8 allegroai 2022-11-09 11:42:06 +02:00
  • 039f9f6938 Return stub object from Task.init() if no clearml.conf file is found allegroai 2022-11-09 11:40:36 +02:00
  • 9164a38708 Fix reported images might not all be reported when waiting to complete the task allegroai 2022-11-09 11:39:26 +02:00
  • b793f2dfc6 Limit number of _serialize requests when adding list of links with add_external_files() (#813) allegroai 2022-11-09 11:37:52 +02:00
  • 8340d4b86c Fix Python 2.7 support allegroai 2022-11-09 11:36:17 +02:00
  • e319770831 Fix git remote repository detection when remote is not "origin" allegroai 2022-11-09 11:30:05 +02:00
  • dc1c9b5844 Add clearml.browser_login to authenticate browser online sessions such as CoLab, Jupyter Notebooks etc. allegroai 2022-11-09 11:29:46 +02:00
  • 89ad484839 Improve manual model uploading example allegroai 2022-11-09 11:28:46 +02:00
  • f0400dd099 Fix if project has a default output uri there is no way to disable it in development mode (manual). Allow passing output_uri=False to disable it. allegroai 2022-11-09 11:28:25 +02:00
  • 51af6e833d Add CI/CD example (#815) Victor Sonck 2022-11-08 16:29:49 +01:00
  • 18a4065b2b Add sdk.development.worker.report_event_flush_threshold to control the number of events to trigger a report allegroai 2022-11-07 19:17:20 +02:00
  • fa45d32394 Fix cloning pipelines ran with start_locally() doesn't work allegroai 2022-11-07 19:09:09 +02:00
  • f570072883 Update README.md Allegro AI 2022-11-04 23:34:49 +02:00
  • e69fecde90 Update README.md Allegro AI 2022-11-04 23:30:13 +02:00
  • 1d041fafbd Add TensorboardX example link allegroai 2022-11-03 14:11:10 +02:00
  • 7f92e5b4ee Add Task.delete_artifacts() with raise_on_errors argument (#806) Konstantin Frolov 2022-11-01 15:39:32 +05:00
  • ff73e7848c Refactor inner functions allegroai 2022-10-30 19:29:01 +02:00
  • 8c776b6da0 Remove import_bind from stack trace of import errors allegroai 2022-10-30 19:27:15 +02:00
  • 88f0e68eab Remove deprecated demo server. Add initial browser session auto-login. allegroai 2022-10-30 19:26:55 +02:00
  • 16fb59c33f Improve CoLab integration (store entire colab, not history) allegroai 2022-10-30 19:25:15 +02:00
  • 89b675c267 Fix clearml-init colab detection allegroai 2022-10-30 19:24:43 +02:00