Commit Graph

1682 Commits

Author SHA1 Message Date
allegroai
6c9e02f1b2 Fix wrong mimetype used for any file or folder uploaded to S3 using StorageManager
Add support for boto3's aws_session_token
2022-06-06 14:13:45 +03:00
allegroai
fdefa9784c Add support for single value metric reporting (#400) 2022-06-06 14:13:45 +03:00
allegroai
2f42fc4830 Add hyperparameter sections support to pipeline decorator (#629)
Fix pipeline add_function_step breaks in remote execution
2022-06-06 14:13:45 +03:00
allegroai
cb36da3ded Fix pre-existing pipeline raises an exception 2022-06-06 13:12:02 +03:00
Allegro AI
fe791e6e2c
Update README.md 2022-06-03 13:31:31 +03:00
Rizwan Hasan
717edba8c2
Fix FastAI DeprecationWarning (#683) 2022-05-30 19:56:37 +03:00
allegroai
85c27fda82 Fix permission check fails when using local storage folder that does not exist 2022-05-30 19:50:12 +03:00
allegroai
28eac2e043 Improve warning, PEP8 2022-05-30 19:48:34 +03:00
allegroai
23c6ec6643 Fix local task execution with empty working directory 2022-05-30 19:47:16 +03:00
Allegro AI
427b98270c
Update README.md 2022-05-26 22:16:07 +03:00
allegroai
404ef5ab86 Bump PyJWT version due to "Key confusion through non-blocklisted public key formats" vulnerability 2022-05-25 16:47:41 +03:00
allegroai
60a73ca931 Fix running pipeline code remotely without first running it locally (i.e. no configuration on the Task) 2022-05-22 20:03:10 +03:00
allegroai
d22dff59ee Fix html 2022-05-20 14:20:31 +03:00
allegroai
6af94ccf7b Fix reverted docstrings 2022-05-15 23:24:07 +03:00
allegroai
9f1487a923 Version bump 2022-05-12 23:49:17 +03:00
allegroai
b5c3477f06 Fix Process Pool hangs at exit (#674) 2022-05-12 23:49:09 +03:00
allegroai
5dff9dd404 Unbind all patches when Task.close() is called 2022-05-12 23:47:58 +03:00
allegroai
3c396b1f7e Fix pipelines can't handle None return value 2022-05-12 23:46:32 +03:00
allegroai
e051085462 Fix doctring 2022-05-12 23:44:54 +03:00
allegroai
a4b24b18fb Support parallel uploads and downloads 2022-05-12 23:44:20 +03:00
pollfly
3474d70afb
Edit docstrings (#672) 2022-05-11 10:45:40 +03:00
pollfly
1f8726e539
Edit docstrings (#669) 2022-05-08 23:38:00 +03:00
allegroai
72eb59c9ca Version bump to v1.4.0 2022-05-05 13:15:49 +03:00
allegroai
bca9a6de30 Fix Artifact.get() and add warnings on error 2022-05-05 12:13:55 +03:00
allegroai
6a8d610317 Add warning when calling Task.init() with deferred_init=True
Fix docstrings
2022-05-05 12:13:54 +03:00
allegroai
bc67a64d2a Fix WeightsFileHandler add_callback is not multi-thread protected 2022-05-05 12:13:54 +03:00
allegroai
4ce0e4faf3 Add Task.init() deferred_init capture all console outputs 2022-05-05 12:13:54 +03:00
allegroai
a4e1bffe85 Optimize Task.init() backend call 2022-05-05 12:13:54 +03:00
allegroai
556e9b25fe Add Task.init() deferred_init argument as experimental feature (Task.init() called in background thread)
Fix previous wait_for_task_init behavior
Add environment variable CLEARML_DEFERRED_TASK_INIT
2022-05-05 12:13:54 +03:00
allegroai
6ce91e5288 Fix matplotlib bind load config only when needed (saves double loading at init) 2022-05-05 12:13:54 +03:00
allegroai
05094dd865 Fix Task.init() return type should always be considered to be a Task object (usage should be transparent) 2022-05-05 12:13:54 +03:00
pollfly
4ccb357de4
Add pipeline parameter to task pipeline example (#664) 2022-05-05 12:13:48 +03:00
Allegro AI
bd6c38f8d1
Update README.md 2022-05-04 17:57:55 +03:00
Allegro AI
92210e2c82
Update requirements.txt 2022-05-04 14:39:35 +03:00
Allegro AI
63b21bc43f
Update README.md 2022-05-04 14:38:32 +03:00
erezalg
385d2a4fa3
Modify clearml-data example task name (#665)
Co-authored-by: Erez Schnaider <erez@clear.ml>
2022-05-03 14:58:07 +03:00
allegroai
dd4eca24c3 Fix broken Task.init() auto_connect_frameworks wildcard filter support 2022-05-01 22:32:49 +03:00
allegroai
3d3a835435 Version bump 2022-04-27 17:37:15 +03:00
allegroai
f58ddbd52c Add Task._query_tasks() additional argument validation 2022-04-27 17:33:28 +03:00
allegroai
5318c210ab Add Model.project getter/setter 2022-04-27 17:32:25 +03:00
allegroai
938b5f0e63 Fix Task.query_tasks() specifying pagesize or page number 2022-04-27 17:31:40 +03:00
allegroai
8f5c050fe0 Fix PipelineController does not change node Task name, only pipeline step name 2022-04-27 17:30:28 +03:00
allegroai
8b652ebec1 Fix jupyter notebook cannot be detected 2022-04-27 17:28:25 +03:00
allegroai
e65b800e93 Fix Task.import_offline_session() should support continuing a previous Task 2022-04-27 17:19:07 +03:00
allegroai
b1b4bf664f PEP8 2022-04-27 17:16:48 +03:00
allegroai
ca09bf2cef Fix mutually exclusive group is not supported correctly 2022-04-27 17:06:10 +03:00
allegroai
b919874905 Add wait_for_task_creation argument to Task.init() (if False, future object is returned and task creation is done async) 2022-04-27 17:02:37 +03:00
allegroai
24da3e3e08 Add clearml-data support for links (#585) 2022-04-27 17:00:09 +03:00
allegroai
42fa0dde65 Add support for artifacts with different formats (#634) 2022-04-27 16:57:20 +03:00
Rizwan Hasan
382d361bff
Fix DeprecationWarning (#658) 2022-04-25 01:27:52 +03:00