Commit Graph

  • 326f226650 Fix TaskScheduler target project allegroai 2021-07-23 16:10:51 +03:00
  • 41d6c24e9f Fix internal logging.Logger pickle fix (only applies to py <= 3.6) allegroai 2021-07-23 16:05:59 +03:00
  • 88168f9ee4 Allow passing name in task_filters allegroai 2021-07-23 16:05:03 +03:00
  • d1f377d5f2 Add task_filter to Objective.get_top_tasks() allegroai 2021-07-23 16:03:27 +03:00
  • 94829dd199 Fix internal logging.Logger can't be pickled allegroai 2021-07-23 16:02:38 +03:00
  • f9a6139168 Fix docstrings allegroai 2021-07-23 16:02:08 +03:00
  • 510c275188 Add TaskScheduler allegroai 2021-07-23 16:01:17 +03:00
  • 82009a5935 Fix check permissions fail in HTTPDriver (issue #394) allegroai 2021-07-23 16:00:23 +03:00
  • 900ee9de5a Fix Pandas with multi-index (issue #399) allegroai 2021-07-23 15:57:38 +03:00
  • 08da22296a Support Task.get_tasks passing multiple project names allegroai 2021-07-23 15:56:50 +03:00
  • e0096e6978 Fix redundant resource_monitoring from pipeline controller allegroai 2021-07-23 15:54:45 +03:00
  • b70b60868e Flake8/PEP8 allegroai 2021-07-23 15:51:49 +03:00
  • f3d42d0a53 Fix always trying to get a pipeline step cached allegroai 2021-07-23 15:50:55 +03:00
  • cf9671c253 Add support for extra fields in request object allegroai 2021-07-20 10:06:05 +03:00
  • fb6fd9ac4a Fix docstring typo (#404) pollfly 2021-07-19 13:22:24 +03:00
  • 49fcbd7bbf Create codeql-analysis.yml Allegro AI 2021-07-15 10:38:54 +03:00
  • cb345f647c Fix click.is_flag support (issue #386) allegroai 2021-07-15 10:19:42 +03:00
  • 6e6271fb91 Add reporter.wait_for_events() to ensure flush with wait_for_uploads awaits background processes allegroai 2021-07-10 10:34:17 +03:00
  • 6b9297660e Add loading bar to SHA2 generation (#396) Eren Balatkan 2021-07-06 15:18:29 +03:00
  • 75d0577570 Change Task runtime info: add prefix cpu_/gpu_: cpu_cores, gpu_driver_version, gpu_driver_cuda_version allegroai 2021-07-04 09:32:33 +03:00
  • 226c68330e Add Click support (issue #386) allegroai 2021-07-04 09:31:47 +03:00
  • c42e32e137 Fix Dataset not setting system tag on existing data_processing Tasks allegroai 2021-07-01 00:03:11 +03:00
  • ac229f6b86 Update screeshots gif (#390) pollfly 2021-06-30 18:39:50 +03:00
  • a79447bba6 Link to clear.ml docs and fix links (#389) pollfly 2021-06-29 11:22:12 +03:00
  • 0da2499269 Add support for Logger.report_text() explicit log-level reporting allegroai 2021-06-25 22:42:07 +03:00
  • a7f4f3eb7b Sync version bump allegroai 2021-06-25 22:40:15 +03:00
  • 968305e09d Fix PipelineController callback returning False allegroai 2021-06-25 22:39:31 +03:00
  • 164fa357ed Fix no print logging after python logging handlers are cleared allegroai 2021-06-25 22:39:07 +03:00
  • fa6b2e8c7c Get notebook auth token from the JUPYTERHUB_API_TOKEN environment variable if it is not present in the server info Michael Allman 2021-05-24 10:05:11 -07:00
  • 0325c2f32a rename TrainsTuner to ClearmlTuner Revital 2021-06-17 10:21:40 +03:00
  • 0765d18868 Add return_full_path argument to StorageManager.list() allegroai 2021-06-16 18:27:02 +03:00
  • ca7909f034 version bump 1.0.4rc1 1.0.4 allegroai 2021-06-12 23:10:51 +03:00
  • e7de292c1c Fix multiprocess spawn context using ProcessFork kills subprocess before parent process ends allegroai 2021-06-12 23:10:26 +03:00
  • 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) allegroai 2021-06-12 23:10:05 +03:00
  • 332ceab3ea Fix clearml-task failing without a docker script. Issue #378 allegroai 2021-06-09 02:46:46 +03:00
  • 53d25b7675 Fix incorrect check for default value in Config.get() allegroai 2021-06-09 02:46:01 +03:00
  • bf414f1f71 Fix documentation links allegroai 2021-06-07 01:01:50 +03:00
  • 4a2099b53c Adds an tensorboardx example for add_video (creates GIFs in tensorboard) Tim Joseph 2021-05-31 13:33:56 +02:00
  • 1ab3710074 Fix colab reference to open the correct notebook (#374) Noam Wasersprung 2021-06-01 12:20:13 +03:00
  • e3ab9defa1 Add google colab notebook tutorial (#368) pollfly 2021-06-01 09:51:49 +03:00
  • 701fca9f39 version bump 1.0.4rc0 allegroai 2021-06-01 00:20:43 +03:00
  • 17b5ec52d0 Fix default_output_uri for Dataset creation (issue #371) allegroai 2021-06-01 00:19:28 +03:00
  • e10940d038 Add Task.ignore_requirements allegroai 2021-06-01 00:19:06 +03:00
  • d22cf7557d Add support for GIF images in Tensorboard (issue #372) allegroai 2021-06-01 00:18:39 +03:00
  • fcc3c12b59 Fix sub-process spawn multi-process allegroai 2021-06-01 00:18:20 +03:00
  • ba1b8c403b Add Task.__get_master_process_id allegroai 2021-06-01 00:18:01 +03:00
  • 5ce5035541 Fix Task.execute_remotely() on created Task (not initialized Task) allegroai 2021-06-01 00:17:45 +03:00
  • 73595b8e4e Deprecate Logger.tensorboard_single_series_per_graph() allegroai 2021-06-01 00:17:23 +03:00
  • cedec58140 Version bump to v1.0.3 1.0.3 allegroai 2021-05-31 22:23:59 +03:00
  • 0454ffcdf4 Add optional ignored packages in script requirements (currently used for pywin32) allegroai 2021-05-31 15:44:11 +03:00
  • 206d86ec5b Support DummyModel configuration (Slack https://clearml.slack.com/archives/CTK20V944/p1621469235085400) allegroai 2021-05-31 15:43:02 +03:00
  • 5e6b4ebe5d Fix automation controller overrides nodes clone allegroai 2021-05-31 15:40:13 +03:00
  • 2e95881c76 PEP8 allegroai 2021-05-26 18:30:59 +03:00
  • 02fa11c845 Use cursor in Slack Alerts example allegroai 2021-05-26 18:30:29 +03:00
  • b1ce3e0653 Fix run as module (issue #359) allegroai 2021-05-26 18:29:53 +03:00
  • f8a76278bf Fix python2.7 support (issue #366) allegroai 2021-05-26 18:28:59 +03:00
  • a14fd17a9c Fix doc links allegroai 2021-05-25 00:53:58 +03:00
  • 62437ee3a7 version bump allegroai 2021-05-25 00:53:50 +03:00
  • a97252fc27 Update copyright year Allegro AI 2021-05-25 00:45:51 +03:00
  • d531b508cb Fix Dataset.finalize() can hang in extreme scenario allegroai 2021-05-20 11:36:53 +03:00
  • 07a22a38ac Add log nvidia driver and cuda version allegroai 2021-05-20 11:35:59 +03:00
  • d3929033c0 Fix background upload retries with Google Storage (gs://) allegroai 2021-05-19 15:26:43 +03:00
  • 91ff64b1f6 Fix Jupyter Notebook inside VSCode allegroai 2021-05-19 15:26:05 +03:00
  • 65b838f409 Fix Hydra should not store the full resolved OmegaConf (issue #327) allegroai 2021-05-19 15:25:47 +03:00
  • ed75eac6ab Add machine specs in Task.runtime allegroai 2021-05-19 15:25:23 +03:00
  • 016a5c2d71 Add Logger.matplotlib_force_report_non_interactive() allegroai 2021-05-19 15:24:47 +03:00
  • 8fb4fb2b5e Fix Task.add_requirements() passing package_version starting with @ or ; or # allegroai 2021-05-19 15:24:09 +03:00
  • 83fb00ef8b Add report_matplotlib_figure(..., report_interactive=False) allowing to upload a matplotlib as a non-interactive (high quality png) plot allegroai 2021-05-19 15:23:34 +03:00
  • 444e379e93 Expose docker_args and docker_bash_setup_script in clearml-task CLI allegroai 2021-05-19 15:22:44 +03:00
  • 652a29650a Remove old model upload examples Erez 2021-05-16 14:37:04 +03:00
  • 350a39b886 Fix shutting down a Task immediately after creation might block allegroai 2021-05-14 09:42:42 +03:00
  • 899ff93a73 Fix import keras from TF allegroai 2021-05-14 09:42:12 +03:00
  • bcf344da19 Use default boto credential chain if no keys in the config (#342) Manoj 2021-05-13 14:04:13 +05:30
  • d93937fc36 Pass config and task_function as keyword arguments for Hydra's run_job change in parameter order. Ramon Emiliani 2021-05-12 14:53:46 -05:00
  • 55b214c23d Fix direct import of keras save/load model functions (issue #355) allegroai 2021-05-12 15:42:59 +03:00
  • 1e7b35456d Protect against wrong file object type when auto-binding models allegroai 2021-05-12 15:42:02 +03:00
  • ed18949e3f Remove deprecated examples allegroai 2021-05-12 15:41:37 +03:00
  • 228c17e44d Fix support for Dataset.create() argument use_current_task Add dataset_tags argument to Dataset.create() allegroai 2021-05-12 15:41:04 +03:00
  • 4e4aab56a8 Increase channel result to support max of 1K channels for finding slack channel allegroai 2021-05-12 15:40:20 +03:00
  • 0e9538d42a Add object-storage support in cleanup-service allegroai 2021-05-12 15:39:34 +03:00
  • f46561629f Fix task.execute_remotely from jupyter notebook allegroai 2021-05-10 23:52:33 +03:00
  • 0e0d86f6d8 Fix python3.8 race condition in task.close() allegroai 2021-05-10 20:33:30 +03:00
  • 3225715ae3 add csv data sample to data_samples Revital 2021-05-05 09:25:58 +03:00
  • 654d484ae9 Remove matplotlib axis range (plotly.js auto-range can adjust it in real-time) allegroai 2021-05-08 23:59:15 +03:00
  • 607333f770 Fix matplotlib date convertor allegroai 2021-05-08 23:58:04 +03:00
  • 8c4fa4373a Add CLEARML_AUTH_TOKEN support for directly passing a token (no need for user/pass) allegroai 2021-05-08 23:57:50 +03:00
  • 05139411b7 Version bump to v1.0.2 1.0.2 allegroai 2021-05-05 22:26:38 +03:00
  • 57373c0ad8 Fix BackgroundMonitor daemon allegroai 2021-05-05 22:26:12 +03:00
  • c65a8f802e Fix obsolete docstring terminology "Log"->"Console" allegroai 2021-05-05 22:24:57 +03:00
  • 8bee23d205 version bump 1.0.1 allegroai 2021-05-05 01:33:57 +03:00
  • c9c4570569 Fix process hangs at exit waiting for logger subprocess allegroai 2021-05-05 01:33:49 +03:00
  • e9bf34b13b Version bump to v1.0.0 1.0.0 allegroai 2021-05-03 18:33:21 +03:00
  • a3ace2261c Fix docstring allegroai 2021-05-03 18:33:12 +03:00
  • 799e7f629f Fix PY2 compatibility allegroai 2021-05-03 18:32:07 +03:00
  • bd110aed5e Fix docstrings allegroai 2021-05-02 09:47:02 +03:00
  • 5e660392b5 Fix Task.create_task() script setup allegroai 2021-05-02 09:46:19 +03:00
  • b21e932726 Fix set_credentials uses incorrect config file allegroai 2021-04-28 18:45:45 +03:00
  • f93c0dddf0 Fix querying class attribute allegroai 2021-04-28 18:45:00 +03:00
  • bdd8d224ac Fix get_active_config_file() crashing allegroai 2021-04-28 18:44:13 +03:00
  • 9014f2e680 Update KerasTuner example requirements.txt allegroai 2021-04-28 13:13:28 +03:00