Commit Graph

  • 938b5f0e63 Fix Task.query_tasks() specifying pagesize or page number allegroai 2022-04-27 17:31:40 +03:00
  • 8f5c050fe0 Fix PipelineController does not change node Task name, only pipeline step name allegroai 2022-04-27 17:30:28 +03:00
  • 8b652ebec1 Fix jupyter notebook cannot be detected allegroai 2022-04-27 17:28:25 +03:00
  • e65b800e93 Fix Task.import_offline_session() should support continuing a previous Task allegroai 2022-04-27 17:19:07 +03:00
  • b1b4bf664f PEP8 allegroai 2022-04-27 17:16:48 +03:00
  • ca09bf2cef Fix mutually exclusive group is not supported correctly allegroai 2022-04-27 17:06:10 +03:00
  • b919874905 Add wait_for_task_creation argument to Task.init() (if False, future object is returned and task creation is done async) allegroai 2022-04-27 17:02:37 +03:00
  • 24da3e3e08 Add clearml-data support for links (#585) allegroai 2022-04-27 17:00:09 +03:00
  • 42fa0dde65 Add support for artifacts with different formats (#634) allegroai 2022-04-27 16:57:20 +03:00
  • 382d361bff Fix DeprecationWarning (#658) Rizwan Hasan 2022-04-25 04:27:52 +06:00
  • b18b888966 Refactor example (#657) Rizwan Hasan 2022-04-24 21:19:17 +06:00
  • 70a8a7a03b Add OpenMMLab example (#655) Zaida Zhou 2022-04-24 20:51:19 +08:00
  • b0b46a64ed Edit README (#651) pollfly 2022-04-21 21:53:55 +03:00
  • 8763a884da Update Pytorch Lightning example for pytorch-lightning>=v1.6.0 (#650) Rizwan Hasan 2022-04-21 13:18:30 +06:00
  • 90d060dd7e Fix Keras model config serialization in PatchKerasModelIO (#616) Bohumír Zámečník 2022-04-19 17:58:15 +02:00
  • 81de18dbce Fix Hydra tasks never fail and are only set to completed (fix handling return code) allegroai 2022-04-15 19:24:37 +03:00
  • 11242d4029 Support more than 500 results in Task.get_tasks() using the fetch_only_first_page argument (#612) allegroai 2022-04-15 19:22:50 +03:00
  • a1709d5d41 Add support for AWS Session Token in AWS Storage configuration allegroai 2022-04-15 19:20:05 +03:00
  • 7a1b42c5ed Add support for task progress using Task.set_progress() allegroai 2022-04-15 11:55:01 +03:00
  • 1080d2a840 Change pipeline example to run locally (#642) Rizwan Hasan 2022-04-14 13:53:53 +06:00
  • 92dd5fb07c Version bump v1.3.3rc1 allegroai 2022-04-13 14:36:32 +03:00
  • 32a71d0025 Support custom configuration in StorageHelper.get() allegroai 2022-04-13 14:36:09 +03:00
  • 6330c879f8 Fix StorageManager.get_local_copy() returning None for a valid path in Windows allegroai 2022-04-13 14:34:01 +03:00
  • 0c0739379b Add --import-offline-session command line option to clearml-task allegroai 2022-04-13 14:31:18 +03:00
  • d25b0868b3 Fix wrong Histogram plotting using when matplotlib allegroai 2022-04-13 14:28:51 +03:00
  • c8c824815e Fix Windows sub process might end up waiting forever for uploads to finish if subprocess is very shot lived allegroai 2022-04-13 14:20:00 +03:00
  • 15574aa7e2 Fix matplotlib to plotly conversion fails on subplots (convert as image if figure has subplots) allegroai 2022-04-13 14:18:50 +03:00
  • 7625de3f2f Fix forked process will not call _at_exit and flush all outstanding reports allegroai 2022-04-13 14:18:16 +03:00
  • 7b5c676ab2 Fix avoid using Process object for forking Fix lost semaphores allegroai 2022-04-13 14:17:45 +03:00
  • 2cc4eff004 Add warning to Dataset creation on current Task allegroai 2022-04-13 14:17:18 +03:00
  • e06d3cbf99 Fix pytorch automagic logging torchscript models allegroai 2022-04-13 14:16:12 +03:00
  • 3996cdbc7e Fix package author allegroai 2022-04-13 14:15:43 +03:00
  • 6695c94fdd Fix Pytorch ScriptModule autobind allegroai 2022-04-13 14:15:00 +03:00
  • 681d75a309 Add Model.project property allegroai 2022-04-13 14:13:58 +03:00
  • a9774c3842 List TaskStatusEnum in docstrings (#639) pollfly 2022-04-11 11:33:56 +03:00
  • 1edd395c47 Update webapp screenshots (#640) pollfly 2022-04-11 11:32:48 +03:00
  • 3bde51ebe7 Fix Fire integration is not compatible with typing library (#610) allegroai 2022-04-09 14:22:47 +03:00
  • 5edad33b86 Support None values in Task.connect() allegroai 2022-04-09 14:21:45 +03:00
  • 55f5f198ec Fix uploading 3D plots with matplotlib plt shows 2D plot on task results page allegroai 2022-04-09 14:20:58 +03:00
  • 260690b990 Add tensorboard hparams binding allegroai 2022-04-09 14:15:38 +03:00
  • 5a6ec697e1 Add wild card support in model auto-logging (https://clearml.slack.com/archives/CTK20V944/p1644931337863039) allegroai 2022-04-05 13:47:07 +03:00
  • f4e4423b3a Add manual seaborn logging example (#628) pollfly 2022-04-02 13:37:07 +03:00
  • 0153b053cb Update README.md Allegro AI 2022-04-01 18:12:10 +03:00
  • c2ddda9310 Update README.md Allegro AI 2022-04-01 18:11:18 +03:00
  • 8b60992834 Update README.md Allegro AI 2022-04-01 17:44:55 +03:00
  • fc76b9b423 Improve dataset version table allegroai 2022-03-31 15:50:38 +03:00
  • a8c2097fec Fix backwards compatibility issue when using abstractmethod allegroai 2022-03-31 15:49:48 +03:00
  • 673c1bc5c7 Fix task.get_parameters_as_dict(cast=True) casts False to True (#622) Ben Taylor 2022-03-30 16:34:50 +02:00
  • a00d6451e6 Version bump v1.3.3rc0 allegroai 2022-03-30 17:18:00 +03:00
  • 6142524b84 Fix resource name with a prefix matching a resource type may cause the AutoScaler to avoid spinning down idle instances Fix idle workers should contain resource name and not instance type (since it's later matched to a resource name) allegroai 2022-03-30 17:17:35 +03:00
  • 470aa8c52d Version bump to v1.3.2 v1.3.2 allegroai 2022-03-29 11:04:44 +03:00
  • e3a3367c2f Fix unused scroll is not cleared in Task.get_reported_plots() allegroai 2022-03-29 11:02:02 +03:00
  • 95785e7637 Fix jsonargparse support (#403) allegroai 2022-03-29 11:00:33 +03:00
  • ae734c81e7 Version bump v1.3.2rc3 allegroai 2022-03-27 14:03:12 +03:00
  • 18bf4ed04d Fix Pipeline Controller automagic framework connect allegroai 2022-03-27 14:02:34 +03:00
  • ce7e77a00e Version bump v1.3.2rc2 allegroai 2022-03-24 21:55:39 +02:00
  • 2efac70546 Add git credentials to colab example (#621) Victor Sonck 2022-03-24 20:53:33 +01:00
  • 0b69a81c8e Add support for setting reported values for NaN and Inf (#604) allegroai 2022-03-24 21:52:18 +02:00
  • 0de859e465 Fix cloud driver overwrites agent.extra_docker_arguments allegroai 2022-03-24 21:50:08 +02:00
  • c6769b5fc0 Fix HPO randomly aborts running tasks before the time limit allegroai 2022-03-24 19:38:30 +02:00
  • b1120195df Add support for obtaining cloud console logs allegroai 2022-03-24 19:37:01 +02:00
  • 8142796e15 Fix deprecation warning allegroai 2022-03-24 19:36:00 +02:00
  • b26bc09ade Update autokeras example allegroai 2022-03-24 19:35:07 +02:00
  • c5e428a03d Add jsonargparse support (#403) allegroai 2022-03-24 19:30:24 +02:00
  • eed8f8cdfd Revert Optuna deprecation fix (#613) allegroai 2022-03-24 19:23:29 +02:00
  • 6fb49fcd03 Add reserved OS environments warning allegroai 2022-03-24 19:22:04 +02:00
  • aa4e5ea745 Version bump v1.3.2rc0 allegroai 2022-03-21 22:51:33 +02:00
  • 619d59ea2e Fix sub-project separators are incorrectly quoted in generated URLs (#584) allegroai 2022-03-21 22:51:27 +02:00
  • 24cdefb8c5 Fix docstring allegroai 2022-03-20 23:20:19 +02:00
  • 11d8f5ccac Version bump to v1.3.1 v1.3.1 allegroai 2022-03-16 18:46:10 +02:00
  • 237c7241b3 Fix Azure storage upload (#598) allegroai 2022-03-15 20:01:41 +02:00
  • 835d95177e Fix min and default API version allegroai 2022-03-15 19:33:17 +02:00
  • df3d3b269a Add Python 3.10 support allegroai 2022-03-15 09:56:22 +02:00
  • d8cb82eab4 Fix fork after task.close() is called (#605) allegroai 2022-03-15 09:55:57 +02:00
  • 9c93201522 Version bump v1.3.1rc0 allegroai 2022-03-11 23:55:51 +02:00
  • 82f4cf2982 Fix APIClient worker raises exception when accessing .name attribute allegroai 2022-03-11 23:55:38 +02:00
  • 4a6b3f44ca Fix cloud driver with no credentials allegroai 2022-03-11 23:53:57 +02:00
  • 05791ba6f8 Fix handling of legacy fileserver allegroai 2022-03-11 23:53:07 +02:00
  • fcdc561f5f Fix python 3.10 support allegroai 2022-03-11 23:52:11 +02:00
  • 4c666b1829 Fix pipeline controller kwargs with list allegroai 2022-03-11 23:50:40 +02:00
  • d852ed974e Update Slack SDK requirement (#597) Mal Miller 2022-03-08 08:05:38 +00:00
  • 03c16cb41a Fix PipelineDecorator.debug_pipeline() allegroai 2022-03-07 23:45:59 +02:00
  • cc9ad00eeb Fix PipelineDecorator example allegroai 2022-03-07 23:45:34 +02:00
  • 3006085fcb Fix task delete response not checked allegroai 2022-03-07 23:45:03 +02:00
  • 6f1b0c5612 Fix offline mode crash allegroai 2022-03-07 23:44:26 +02:00
  • 5cf2c08645 Version bump to v1.3.0 v1.3.0 allegroai 2022-03-06 20:30:55 +02:00
  • e142954bf4 Fix failed catboost bind on GPU (#592) allegroai 2022-03-06 19:33:11 +02:00
  • ac1750b442 Restructure FastAI examples allegroai 2022-03-06 19:08:22 +02:00
  • 4c145fbefd Add new pipeline visualization support (requires ClearML Server v1.3) allegroai 2022-03-06 19:05:26 +02:00
  • ffdbef8391 Fix invalid method called on error allegroai 2022-03-06 18:50:57 +02:00
  • 8a60a92fac Fix Optuna n_jobs deprecation warning allegroai 2022-03-06 18:50:17 +02:00
  • 104308d660 Remove old server API versions support (pre-ClearML Server) allegroai 2022-03-06 18:49:10 +02:00
  • 538e97da2d Support IAM Instance Profile in AWS auto-scaler allegroai 2022-03-06 18:47:44 +02:00
  • 72270b3524 Version bump to v1.2.1 v1.2.1 allegroai 2022-03-01 22:04:21 +02:00
  • ecee4eaf64 Fix HTTP download fails constructing URL (#593) v1.2.1rc0 allegroai 2022-03-01 20:30:40 +02:00
  • 226a682621 Version bump to v1.2.0 v1.2.0 allegroai 2022-02-26 15:57:28 +02:00
  • 2c916181b9 Version bump v1.2.0rc2 allegroai 2022-02-26 13:43:42 +02:00
  • 55a0583009 Add support for IAM instance profile in autoscaler allegroai 2022-02-26 13:43:31 +02:00
  • 999e8d39ba Fix don't crash on semaphore acquire error allegroai 2022-02-26 13:42:27 +02:00
  • f37e036e51 Add cpu-only support in AWS autoscaler allegroai 2022-02-26 13:41:23 +02:00