Commit Graph

1273 Commits

Author SHA1 Message Date
allegroai
c42e32e137 Fix Dataset not setting system tag on existing data_processing Tasks 2021-07-01 00:03:11 +03:00
pollfly
ac229f6b86
Update screeshots gif (#390) 2021-06-30 18:39:50 +03:00
pollfly
a79447bba6
Link to clear.ml docs and fix links (#389)
* switch allegro.ai links to clear.ml
* fix colab links
* add newline
2021-06-29 11:22:12 +03:00
allegroai
0da2499269 Add support for Logger.report_text() explicit log-level reporting 2021-06-25 22:42:07 +03:00
allegroai
a7f4f3eb7b Sync version bump 2021-06-25 22:40:15 +03:00
allegroai
968305e09d Fix PipelineController callback returning False 2021-06-25 22:39:31 +03:00
allegroai
164fa357ed Fix no print logging after python logging handlers are cleared 2021-06-25 22:39:07 +03:00
Michael Allman
fa6b2e8c7c Get notebook auth token from the JUPYTERHUB_API_TOKEN environment
variable if it is not present in the server info
2021-06-23 18:09:23 +03:00
Revital
0325c2f32a rename TrainsTuner to ClearmlTuner 2021-06-20 10:33:07 +03:00
allegroai
0765d18868 Add return_full_path argument to StorageManager.list() 2021-06-16 18:27:02 +03:00
allegroai
ca7909f034 version bump 2021-06-12 23:11:49 +03:00
allegroai
e7de292c1c Fix multiprocess spawn context using ProcessFork kills subprocess before parent process ends 2021-06-12 23:11:48 +03:00
allegroai
d769582332 Autoscaler improvements and optimizations
Add customizable boot bash script
Fix custom bash script should be called last before starting agent
Fix auto scaler spins too many instances at onces then killing the idle ones (spin time is longer than poll time)
2021-06-12 23:11:48 +03:00
allegroai
332ceab3ea Fix clearml-task failing without a docker script. Issue #378 2021-06-09 02:46:46 +03:00
allegroai
53d25b7675 Fix incorrect check for default value in Config.get() 2021-06-09 02:46:01 +03:00
allegroai
bf414f1f71 Fix documentation links 2021-06-07 01:01:50 +03:00
Tim Joseph
4a2099b53c Adds an tensorboardx example for add_video (creates GIFs in tensorboard) 2021-06-02 21:11:51 +03:00
Noam Wasersprung
1ab3710074
Fix colab reference to open the correct notebook (#374)
Fix github account link
2021-06-01 12:20:13 +03:00
pollfly
e3ab9defa1
Add google colab notebook tutorial (#368)
* add csv data sample to data_samples

* add google colab as clearml worker

* edit clearml_colab_agent

* remove outputs from colab file

* Delete clearml_colab.ipynb

* Delete clearml_colab_agent.ipynb

* Rename clearml_colab_agent.ipynb to examples/clearml_agent/clearml_colab_agent.ipynb

* Update clearml_colab_agent.ipynb

correct link to point to google colab

* Update clearml_colab_agent.ipynb

* edit clearml_colab_agent profile link
2021-06-01 09:51:49 +03:00
allegroai
701fca9f39 version bump 2021-06-01 00:20:43 +03:00
allegroai
17b5ec52d0 Fix default_output_uri for Dataset creation (issue #371) 2021-06-01 00:19:28 +03:00
allegroai
e10940d038 Add Task.ignore_requirements 2021-06-01 00:19:06 +03:00
allegroai
d22cf7557d Add support for GIF images in Tensorboard (issue #372) 2021-06-01 00:18:39 +03:00
allegroai
fcc3c12b59 Fix sub-process spawn multi-process 2021-06-01 00:18:20 +03:00
allegroai
ba1b8c403b Add Task.__get_master_process_id 2021-06-01 00:18:01 +03:00
allegroai
5ce5035541 Fix Task.execute_remotely() on created Task (not initialized Task) 2021-06-01 00:17:45 +03:00
allegroai
73595b8e4e Deprecate Logger.tensorboard_single_series_per_graph() 2021-06-01 00:17:23 +03:00
allegroai
cedec58140 Version bump to v1.0.3 2021-05-31 22:23:59 +03:00
allegroai
0454ffcdf4 Add optional ignored packages in script requirements (currently used for pywin32) 2021-05-31 15:44:11 +03:00
allegroai
206d86ec5b Support DummyModel configuration (Slack https://clearml.slack.com/archives/CTK20V944/p1621469235085400) 2021-05-31 15:43:02 +03:00
allegroai
5e6b4ebe5d Fix automation controller overrides nodes clone 2021-05-31 15:40:13 +03:00
allegroai
2e95881c76 PEP8 2021-05-26 18:30:59 +03:00
allegroai
02fa11c845 Use cursor in Slack Alerts example 2021-05-26 18:30:29 +03:00
allegroai
b1ce3e0653 Fix run as module (issue #359) 2021-05-26 18:29:53 +03:00
allegroai
f8a76278bf Fix python2.7 support (issue #366) 2021-05-26 18:28:59 +03:00
allegroai
a14fd17a9c Fix doc links 2021-05-25 00:55:24 +03:00
allegroai
62437ee3a7 version bump 2021-05-25 00:55:24 +03:00
Allegro AI
a97252fc27 Update copyright year 2021-05-25 00:55:24 +03:00
allegroai
d531b508cb Fix Dataset.finalize() can hang in extreme scenario 2021-05-20 11:36:53 +03:00
allegroai
07a22a38ac Add log nvidia driver and cuda version 2021-05-20 11:35:59 +03:00
allegroai
d3929033c0 Fix background upload retries with Google Storage (gs://) 2021-05-19 15:26:43 +03:00
allegroai
91ff64b1f6 Fix Jupyter Notebook inside VSCode 2021-05-19 15:26:05 +03:00
allegroai
65b838f409 Fix Hydra should not store the full resolved OmegaConf (issue #327) 2021-05-19 15:25:47 +03:00
allegroai
ed75eac6ab Add machine specs in Task.runtime 2021-05-19 15:25:23 +03:00
allegroai
016a5c2d71 Add Logger.matplotlib_force_report_non_interactive() 2021-05-19 15:24:47 +03:00
allegroai
8fb4fb2b5e Fix Task.add_requirements() passing package_version starting with @ or ; or # 2021-05-19 15:24:09 +03:00
allegroai
83fb00ef8b Add report_matplotlib_figure(..., report_interactive=False) allowing to upload a matplotlib as a non-interactive (high quality png) plot 2021-05-19 15:23:34 +03:00
allegroai
444e379e93 Expose docker_args and docker_bash_setup_script in clearml-task CLI 2021-05-19 15:22:44 +03:00
Erez
652a29650a Remove old model upload examples 2021-05-19 09:58:07 +03:00
allegroai
350a39b886 Fix shutting down a Task immediately after creation might block 2021-05-14 09:42:42 +03:00