Commit Graph

1516 Commits

Author SHA1 Message Date
allegroai
3f7d271c10 Fix jupyter kernel shutdown causing nested atexit callbacks leaving Task in running state 2021-11-17 19:08:24 +02:00
allegroai
05ae7ec47b Store multi-pipeline execution plots on the master pipeline Task
Support pipeline return value stored on pipeline Task
Add PipelineDecorator multi_instance_support
2021-11-15 18:01:05 +02:00
allegroai
f75a210335 Fix multi-subprocess can cause Task to hand at close 2021-11-14 22:25:44 +02:00
allegroai
f52fcb9668 Fix TF 2.7 support (get logdir on with multiple TB writers) 2021-11-12 20:08:25 +02:00
allegroai
77c985d961 Improve docstring 2021-11-12 20:07:59 +02:00
allegroai
5d2d1b7b4a Version bump to v1.1.4 2021-11-08 18:12:23 +02:00
allegroai
4f9aaa69ed Fix hyperparams with None value converted to empty string causes inferred type to change to str in consecutive connect() calls 2021-11-08 10:05:23 +02:00
allegroai
6ed6c3ff70 Fix tf.saved_model.load() binding for TF >=2.0 2021-11-08 10:02:39 +02:00
allegroai
1c198a47fd Fix session raises missing host error when in offline mode (issue #489) 2021-11-06 14:53:22 +02:00
allegroai
a68f832a8a Improve docstring code-snippet (issue #486) 2021-11-02 18:02:44 +02:00
allegroai
95f7fb2bd5 Fix Task.get_models()['input'] returns string instead of clearml.Model 2021-10-30 12:15:06 +03:00
allegroai
308bbe88ed Fix Task.get_task() does not load output_uri from stored Task 2021-10-29 22:56:44 +03:00
allegroai
e53a76b713 Version bump 2021-10-27 22:06:57 +03:00
allegroai
f37ca65c56 Fix duplicate keyword argument 2021-10-27 22:06:50 +03:00
allegroai
d0e09282d3 Version bump to v1.1.3 2021-10-25 21:42:45 +03:00
allegroai
11f21fcfb6 Fix PyTorch distributed TimeoutSocket issue in Windows 2021-10-25 13:15:05 +03:00
allegroai
ef6b381710 Fix subprocess current_task return should return class instance 2021-10-24 17:33:49 +03:00
allegroai
1795344ec3 Fix crash inside forked subprocess might leave SafeQueue in a locked state, causing task.close() to hang 2021-10-24 17:33:21 +03:00
allegroai
12439b9970 Add pipeline.upload_model() 2021-10-24 17:32:47 +03:00
allegroai
e6d3860de0 Add Task.query_tasks, Task.get_task/s tags argument
Fix docstring
2021-10-24 17:32:27 +03:00
pollfly
23b0c500f1
Add Dataset examples (#485)
* Add data_management example

* split dataset_management into two - dataset creation and data ingerstion examples

* add underscore to project name

* delete space

* black format
2021-10-24 14:31:20 +03:00
Allegro AI
0f2eef3ef4
Update README.md 2021-10-22 16:12:04 +03:00
Kumar Ashutosh
dae1a1d112
Minor edit when training with a custom dataset (#484)
When we want to train a custom dataset, the code should have the flexibility to accommodate variable number of classes.
2021-10-22 10:27:06 +03:00
allegroai
ca70f0a6f6 Improve docstring 2021-10-21 11:59:17 +03:00
allegroai
b443e781cb Fix task.set_script 2021-10-21 11:58:56 +03:00
allegroai
5bc689c9fe Fix clearml-task diff was corrupted by windows drive letter and separator (issue #483) 2021-10-21 09:55:32 +03:00
allegroai
0bc43a31f4 PEP8 2021-10-19 10:39:55 +03:00
allegroai
94d28ed44f Fix PipelineController start should not kill the process when done
Fix PY3.5 compatibility
2021-10-19 10:33:35 +03:00
allegroai
192bb03809 Add support for configuration env and files section 2021-10-19 10:32:06 +03:00
H4dr1en
4c7a59e2ba
Fix S3BucketConfig.is_valid() for ec2 envs with use_credentials_chain (#478) 2021-10-18 15:04:29 +03:00
pollfly
c29dd1fe06
Fix docstring typos (#476) 2021-10-17 20:19:16 +03:00
allegroai
8e1ff6eed9 Add nested pipeline components missing pipeline tags
Fix nested pipeline component point parent point to pipeline Task
2021-10-16 23:17:14 +03:00
allegroai
c8340d4d3c Fix populated Task missing import 2021-10-16 23:16:26 +03:00
allegroai
8d5d2f2f9e Fix Pipeline stopping all running steps 2021-10-16 23:15:58 +03:00
allegroai
3b7fc2e0d2 Add Task.stopped reason arg 2021-10-16 23:15:00 +03:00
allegroai
371405cad9 Fix DEBUG_SIMULATE_REMOTE_TASK devworker 2021-10-16 23:14:25 +03:00
allegroai
0ade8b0717 Fix LocalClearmlJob setting failed status
Cache ClreamlJob state (refresh every one second)
2021-10-16 23:13:49 +03:00
allegroai
88e4f8db82 Add Task.mark_completed() force and status_message args 2021-10-16 23:11:25 +03:00
allegroai
04797d25d1 Add PipelineController.stop() mark_failed and mark_aborted args
Add pipeline decorator run_locally
Add PipelineController.continue_on_fail property
Add PipelineController.__init__() abort_on_failure arg
2021-10-16 23:10:23 +03:00
allegroai
e4ceeb2c11 Enhance utilities 2021-10-16 23:07:33 +03:00
allegroai
fbb9af21f7 Add Task.get_script() and Task.set_script() 2021-10-16 23:06:37 +03:00
allegroai
0bca84375b Add support for setting default value to auto connected argparse arguments 2021-10-16 23:05:45 +03:00
allegroai
9085847c6d Fix duplicate task dataset tags 2021-10-16 23:04:11 +03:00
allegroai
f986c72113 Fix PY3.5 compatibility 2021-10-16 23:03:20 +03:00
allegroai
d0e5713d1c Fix pipeline failing to create Step Task should cause the pipeline to be marked failed 2021-10-16 23:02:38 +03:00
pollfly
8ca5346421
Edit TaskScheduler docstrings (#475) 2021-10-15 16:04:44 +03:00
pollfly
b010f775bd
Add demo server note to README and number instructions (#470) 2021-10-10 10:32:43 +03:00
allegroai
d747b2e93e Improve PyJWT resiliency support 2021-10-10 09:06:29 +03:00
allegroai
3b240b48c4 Fix TQDM "line cleanup" not using CR but rather arrow-up escape sequence 2021-10-10 09:06:07 +03:00
allegroai
0cb0c234eb Add Optimizer.get_top_experiments_id_metrics_pair() for top performing experiments 2021-10-10 09:05:44 +03:00