Commit Graph

1410 Commits

Author SHA1 Message Date
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
allegroai
efd786a061 Fix support for upload LazyEvalWrapper artifacts 2021-10-10 09:03:18 +03:00
allegroai
f25dcde2c1 Fix Jupyter notebook should always set Task as completed/stopped, never failed (exceptions are caught in interactive session) 2021-10-10 09:02:58 +03:00
allegroai
fb7bc920ed PEP8 2021-10-10 09:02:25 +03:00
allegroai
0a543d55d0 Version bump 2021-10-07 14:47:30 +03:00
allegroai
50e09ef29b Fix pyjwt.decode() in >=2.2.0 does not support kwargs (and thus fails when unsupported "verify" kwarg is used) 2021-10-07 14:47:30 +03:00
pollfly
6b30d06971
Update README getting started instructions (#466) 2021-10-07 09:29:47 +03:00