Commit Graph

1538 Commits

Author SHA1 Message Date
allegroai
8c50f34f8c Fix tasks schema prevents sending null container parts 2021-12-04 23:22:03 +02:00
pollfly
bb15ea6666
Fix links in jupyter notebooks (#505) 2021-12-02 11:28:35 +02:00
allegroai
600ded8591 Fix missing CLEARML_SET_ITERATION_OFFSET definition 2021-12-01 23:57:24 +02:00
pollfly
f5040b59d7
Add Markdown in pipeline jupyter notebooks (#502)
* Add jupyter notebook to pipeline

* Add markdown explanations to Jupyter Notebook about pipeline
2021-12-01 18:48:14 +02:00
pollfly
b8a06c6d9c
Edit docstrings (#501) 2021-12-01 18:45:56 +02:00
allegroai
fc0305728c Allow overriding initial iteration offset using environment variable (CLEARML_SET_ITERATION_OFFSET) or Task.init(continue_last_task==<offset>) (issue #496) 2021-11-30 21:15:03 +02:00
allegroai
297f33703f Fix Model.get_weights_package() returns None on error 2021-11-30 21:14:18 +02:00
allegroai
11892a2145 Add support for Google Cloud Storage pool_connections and pool_maxsize overrides 2021-11-30 21:13:48 +02:00
allegroai
f620c6302a Add last worker time to AutoScaler 2021-11-30 21:13:02 +02:00
allegroai
b3a2b3425c Version bump 2021-11-29 12:47:33 +02:00
allegroai
201c757b0c Fix PY3.5 compatibility 2021-11-29 12:47:05 +02:00
allegroai
73cfbcb947 Fix download progress bar based on sdk.storage.log.report_download_chunk_size_mb configuration 2021-11-29 12:46:40 +02:00
allegroai
144832d001 Fix Conda also lists the CudaToolkit version installed (for the agent to reproduce) 2021-11-29 12:46:13 +02:00
allegroai
2e050cf913 Version bump 2021-11-26 16:40:50 +02:00
allegroai
9824256b61 Add warning when opening an aborted Dataset 2021-11-26 16:39:53 +02:00
allegroai
62a175a243 Fix TriggerScheduler on Dataset change (issue #491) 2021-11-26 16:39:32 +02:00
allegroai
c3b11b06f1 Add HyperParameterOptimizer.get_top_experiments_details(...) returns the hparams and metrics of the top performing experiments of an HPO (issue #473) 2021-11-26 16:37:19 +02:00
allegroai
9527b2ca03 Add citation 2021-11-24 00:23:10 +02:00
pollfly
8f84c42f5d
Edit pipeline example (#494) 2021-11-21 12:30:05 +02:00
allegroai
3d4b9c7127 Version bump 2021-11-18 15:35:06 +02:00
allegroai
6a6cf111be Refactor AutoScaler 2021-11-17 19:15:48 +02:00
allegroai
497ba92bff Add PipelineDecorator to clearml and clearml.automation namespaces 2021-11-17 19:13:18 +02:00
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