Commit Graph

  • f64d1a0993 Fix clearml-task patching local git diff allegroai 2021-02-11 14:27:00 +02:00
  • 1b6b1e12ee Fix clearml-task not passing --docker allegroai 2021-02-11 14:26:20 +02:00
  • 8babddd654 Fix pr_curve in TensorBoard 2+ allegroai 2021-02-11 14:25:43 +02:00
  • e9f8fc949d Fix argparser logging always captures defaults (Windows only, ignored cmd) allegroai 2021-02-08 13:25:31 +02:00
  • 5a76ffd460 Fix Task.connect(object) should always return the same object instance allegroai 2021-02-08 13:23:16 +02:00
  • fbbae0b8bc Fix Dataset.remove_files() does not match when files are in the root of the dataset (#303) glemarivero 2021-02-07 12:12:01 -03:00
  • 28b85028fe Fix close task after logger is closed 0.17.5rc3 allegroai 2021-02-04 10:41:51 +02:00
  • 4edec4b74a Update example allegroai 2021-02-04 10:41:20 +02:00
  • 71c45fcdd3 Update Auto Scaler default values and configuration format allegroai 2021-02-01 23:44:01 +02:00
  • 12d51dae92 Fix crash in case get_logger() cannot get the file name allegroai 2021-02-01 23:42:41 +02:00
  • 0d89497cc9 Clean up TF binding graph execution operator allegroai 2021-02-01 23:41:53 +02:00
  • 6778b982a7 Fix TF +2.3 mixed eager mode execution summary metrics not reported allegroai 2021-02-01 23:41:18 +02:00
  • 3890477056 Fix creating subprocess from a daemon process allegroai 2021-02-01 23:40:48 +02:00
  • 1c1fecf7d0 Improve docstring allegroai 2021-02-01 23:39:44 +02:00
  • 2f5080a34c Fix python package detection sklearn -> scikit-learn (issue #296) allegroai 2021-02-01 23:39:07 +02:00
  • 4931429054 Fix argparse with [None] in default parameter (issue #297) allegroai 2021-02-01 23:38:21 +02:00
  • e3109c96d8 Add upload HTML preview of jupyter notebook as an artifact allegroai 2021-02-01 23:37:44 +02:00
  • ebc0733357 Fix strip remote diff (#295) tankeco 2021-01-25 19:20:21 +08:00
  • 4069413aac Remove requests-file form requirements v0.17.5rc2 allegroai 2021-01-24 09:23:09 +02:00
  • 0f401545b8 Replace humanfriendly with utility functions allegroai 2021-01-24 09:22:56 +02:00
  • 1c84b31056 Fix Dataset generate removed / modified / added of summary table allegroai 2021-01-24 09:21:28 +02:00
  • 698977d05e Fix reporter from non main tasks should always use threads (not subprocesses) allegroai 2021-01-24 09:20:42 +02:00
  • 2676e14d4d Fix reporter should skip report if report thread service is closed allegroai 2021-01-24 09:20:09 +02:00
  • 03f9bf0c2d Add clearml-data CLI sync can now create, sync and close a dataset in a single command allegroai 2021-01-24 09:19:33 +02:00
  • 088eae0ded Fix closing a dataset with only files removed Add system_tag dataset to a Dataset Project allegroai 2021-01-24 09:18:49 +02:00
  • 381ae21cef Fix issue #292 pytorch-lighting multi node store allegroai 2021-01-24 09:18:18 +02:00
  • 828af76ffe Support all reporting using subprocesses instead of threads. Configure using sdk.development.report_use_subprocess allegroai 2021-01-24 09:17:02 +02:00
  • 4b4fa3eff0 Add Jupyter auto-magic store jupyter notebook as an artifact on the Task. Use sdk.development.store_jupyter_notebook_artifact=True by default allegroai 2021-01-24 09:15:24 +02:00
  • 0962e53f0b Fix argparse nargs passed in command line --nargs 1 2 should be stored as '[1, 2]' not as "['1', '2']" allegroai 2021-01-24 09:14:27 +02:00
  • 6b8f21b30e Add support for datetime in scatter plots + matplotlib support allegroai 2021-01-24 09:13:32 +02:00
  • dd03ca0d1d Fix issue #291 allegroai 2021-01-24 09:12:12 +02:00
  • 1988cf8adf Fix populate Task called from jupyter notebook. Added packages=True to auto populate based on locally installed packages allegroai 2021-01-24 09:11:09 +02:00
  • fef2ddb43a Fix broken packages on package importlib detection failed the entire requirements detection allegroai 2021-01-24 09:06:17 +02:00
  • 29a5df407f Fix remote_execution from jupyter notebook allegroai 2021-01-24 09:05:18 +02:00
  • 48c682459c Update README.md Allegro AI 2021-01-23 00:27:40 +02:00
  • 715a0d7edc Fix pr_curve should not be inverted allegroai 2021-01-18 20:23:37 +02:00
  • dd3e50523f Split reporting example allegroai 2021-01-18 20:23:19 +02:00
  • 59d26e675b Improve plotly value type conforming allegroai 2021-01-18 11:36:10 +02:00
  • 8c4d3aca5b Add StorageManager.upload_folder() and StorageManager.download_folder() allegroai 2021-01-18 11:35:23 +02:00
  • d06504c32c Fix plotly plot with numpy containing NaN/datetime allegroai 2021-01-18 11:34:31 +02:00
  • 8c0c85ae9c Fix clearml-task error when script cannot be found allegroai 2021-01-18 11:33:04 +02:00
  • c8350a0438 Remove import imp (deprecated) allegroai 2021-01-18 11:32:41 +02:00
  • 661fac95a2 Flake8 allegroai 2021-01-18 11:32:12 +02:00
  • c8a690569f Fix trying to upload model file as a folder, automatically package the folder allegroai 2021-01-18 11:31:37 +02:00
  • eb5d5da59e Fix None values in URI lists allegroai 2021-01-18 11:30:55 +02:00
  • b0000df575 Fix unsafe call to set_active() allegroai 2021-01-18 11:30:17 +02:00
  • 34c41cfc8c Version bump to v0.17.4 0.17.4 allegroai 2021-01-13 14:45:28 +02:00
  • b123fb0cdd Fix python package detection should not list file:// links allegroai 2021-01-13 14:01:18 +02:00
  • c69f124892 Revert all numpy requirement changes, use only lower limit allegroai 2021-01-13 14:00:56 +02:00
  • a4126bab01 Fix PyJWT v2.0 token parsing allegroai 2021-01-13 13:58:19 +02:00
  • 20fa70b33a Change HPO parallel coordinates color scale, yellow is low allegroai 2021-01-12 20:23:26 +02:00
  • d4317f8b87 Fix argparse with action="append" allegroai 2021-01-12 20:23:01 +02:00
  • 794d97ca7c Change HyperParameterOptimizer spawn_task_project to spawn_project Add HyperParameterOptimizer parallel coordinates (issues #279) allegroai 2021-01-12 20:22:05 +02:00
  • 54132e2505 Add Task.init() argument tags allegroai 2021-01-12 18:57:10 +02:00
  • a35d172e5b Fix argparse nargs support broken allegroai 2021-01-12 18:56:45 +02:00
  • e862a6de60 Version bump to v0.17.3 0.17.3 allegroai 2021-01-11 18:48:58 +02:00
  • 1f87d25903 Change clearml-data "id=" to "id " for easier copy/paste allegroai 2021-01-11 18:30:14 +02:00
  • f1f595b886 Fix Dataset.get dataset version without changeset allegroai 2021-01-11 18:29:34 +02:00
  • 582017f2d9 Remove numpy dependency for python 3.9 allegroai 2021-01-10 14:07:21 +02:00
  • a348c30615 Fix numpy dependency for python versions allegroai 2021-01-10 13:08:44 +02:00
  • f679c80535 Add HyperParameterOptimizer arguments: spawn_task_project, save_top_k_tasks_only allegroai 2021-01-10 13:07:57 +02:00
  • 49ba89587f Add internal Task._get_task_status() allegroai 2021-01-10 13:07:24 +02:00
  • bb648bdb02 Fix dataset genealogy, graph and restoring data allegroai 2021-01-10 13:06:50 +02:00
  • 4beb21eb2b Add clearml-data close now auto uploads allegroai 2021-01-10 13:06:30 +02:00
  • cc40b04a3c Add Task.set_credentials() option to store into credentials file allegroai 2021-01-10 13:06:10 +02:00
  • ce5541b2d6 Updated jupyter logging example allegroai 2021-01-10 13:05:03 +02:00
  • ce5fd31070 Fix dataset upload aborted on server watchdog allegroai 2021-01-10 13:03:40 +02:00
  • 14e38e8a46 Make HPO example more readable allegroai 2021-01-10 13:03:17 +02:00
  • 1b3574a7ca Remove pandas from HyperParameter optimizer requirements allegroai 2021-01-10 13:02:28 +02:00
  • 189a2b54de Fix PyJWT support v2 allegroai 2021-01-10 13:02:08 +02:00
  • d39f7bc195 Add Task.set_archived() / Task.get_archived() allegroai 2021-01-10 13:01:04 +02:00
  • c9026ad4a1 Fix auto python package detection installed directly from URLs allegroai 2021-01-10 13:00:39 +02:00
  • e905743fbf Added HyperParameterOptimizer.get_optimizer_top_experiments() for querying post execution optimization pipeline allegroai 2021-01-10 13:00:23 +02:00
  • 4d5e77f67c Fix Optuna optimizer failing on tasks with None value in scalar query allegroai 2021-01-10 12:59:50 +02:00
  • 0d0cc642e1 Fix optimizer callback best experiment allegroai 2021-01-10 12:59:25 +02:00
  • a80802ba6e Fix model upload allegroai 2021-01-10 12:59:03 +02:00
  • fe86fbcac3 Fix mpl exporter. Added support for legend. allegroai 2021-01-10 12:58:44 +02:00
  • 14706c03e1 Fix dataset add files Fix docs typo allegroai 2021-01-10 12:58:13 +02:00
  • 12e575a155 Make clearml-data CLI stateful, remember last dataset id as default dataset allegroai 2021-01-10 12:57:18 +02:00
  • dfb39249c4 Fix Dataset add single file Fix get project name from parent dataset if not specified allegroai 2021-01-10 12:56:10 +02:00
  • 918d685ed1 Add Task.init() argument output_uri=True will use the default files_server as output uri allegroai 2021-01-10 12:55:31 +02:00
  • f1de48a082 Fix Azure support delete_object() returns incorrect value allegroai 2021-01-10 12:54:15 +02:00
  • 365c79326a Fix argparse support to store consistent str representation of custom objects. Avoid changing default value if remote value matches. Fix argsparse type as function allegroai 2021-01-10 12:53:15 +02:00
  • 3cb42acd12 Improve utility get_single_result() allegroai 2021-01-10 12:51:22 +02:00
  • 9da307730c Add Task.debug_simulate_remote_task() to simulate task execution by ClearML Agent allegroai 2021-01-10 12:50:43 +02:00
  • 2b9a28f908 Add warning on archived Task in pipeline (issue #274) allegroai 2021-01-10 12:49:44 +02:00
  • c28f8cf65b Fix Task.archived_tag read-only property does not work (issue #274) allegroai 2021-01-10 12:49:06 +02:00
  • 504dfd8f32 Fix reusing task after its project was deleted (issue #274) allegroai 2021-01-10 12:48:16 +02:00
  • 78e892f337 Change default offline API version to 2.9 (trains-server 0.16) allegroai 2021-01-10 12:47:52 +02:00
  • 5608b7238c Fix PipelineController running remotely without configuration does not execute the default code pipeline (issue #273) allegroai 2021-01-10 12:47:25 +02:00
  • 35a8471943 Use archived task constant allegroai 2021-01-10 12:46:51 +02:00
  • 3c00453bd4 Add Task.delete() support allegroai 2021-01-10 12:46:02 +02:00
  • 3a7cf8af15 Update README.md Allegro AI 2021-01-09 01:02:19 +02:00
  • 2d561bf4b3 Update README allegroai 2021-01-05 22:59:19 +02:00
  • c4158b55b2 fix manager.py (#275) erezalg 2021-01-04 12:15:36 +02:00
  • 724006a334 Update README.md Allegro AI 2021-01-01 00:27:24 +02:00
  • b5f225955c Update README.md Allegro AI 2020-12-30 18:34:14 +02:00
  • 96bcbeb076 Update README.md Allegro AI 2020-12-30 18:33:16 +02:00
  • a07db7e8a8 Update README.md Allegro AI 2020-12-30 18:32:02 +02:00
  • 4c8a24f1ff Update examples to ClearML allegroai 2020-12-30 16:53:19 +02:00