Commit Graph

  • 070fd8149a Store the version that matching the Session API so we do not reload every time allegroai 2020-04-09 11:35:51 +03:00
  • a425a70fc6 Add api.ssl_error_count_verbosity and make sure SSL retries are taken care by the session allegroai 2020-04-09 11:33:55 +03:00
  • 101e5393d1 Fix TRAINS_VCS_ROOT path conversion allegroai 2020-04-01 19:06:30 +03:00
  • 41ca1a2e49 Fix requirements detection to make sure trains is detected even if we execute without actually being installed allegroai 2020-04-01 19:04:57 +03:00
  • 01772430d6 Ignore virtual-environment folder that might be inside the project's directory allegroai 2020-04-01 19:02:54 +03:00
  • 6de3d4b6fd Ignore local modules imported from a folder inside the git project allegroai 2020-04-01 19:01:21 +03:00
  • 172ed62d41 Add Task.get_tasks() filtering support allegroai 2020-04-01 18:54:16 +03:00
  • 581edf1098 Version bump to v0.14.1 0.14.1 allegroai 2020-03-24 20:36:57 +02:00
  • c4719f2e2f Add type annotations and fix docstrings allegroai 2020-03-23 23:26:46 +02:00
  • 766c8ab24f Add Task.models property allegroai 2020-03-23 23:25:55 +02:00
  • 0211d233d4 Deprecate Task.set_model_config(), Task.get_model_config_text() and Task.get_model_config_dict() allegroai 2020-03-23 23:25:16 +02:00
  • 023f1721c1 Add Task.get_models() retrieving stored models on previously executed tasks allegroai 2020-03-22 18:19:07 +02:00
  • 332e9e2f63 Fix Tensorflow direct V2.1 multiple FileWriters allegroai 2020-03-22 18:17:16 +02:00
  • 493cce443a Reuse Model objects if we are storing local files (reduce clutter) allegroai 2020-03-22 18:15:32 +02:00
  • 4e2564cd3a Support reusing Models. Use trains.Model as general purpose registered Model. allegroai 2020-03-22 18:13:56 +02:00
  • 63507c82f7 Fix Model.download_model_weights() to reuse previously downloaded file allegroai 2020-03-22 18:11:30 +02:00
  • 477665ee33 Fix storage_uri handling in Model.update() allegroai 2020-03-22 18:05:05 +02:00
  • abc9b512f7 Fix logging typos allegroai 2020-03-22 18:03:25 +02:00
  • 7817ef5cda Fix joblib binding allegroai 2020-03-20 10:30:13 +02:00
  • 5db53ba643 Support multiple EventWriter in TensorFlow eager mode (TF 2.0+) allegroai 2020-03-20 10:29:18 +02:00
  • b4050ecf25 Fix TensorFlow NaN/Inf values support allegroai 2020-03-20 10:26:43 +02:00
  • babaf9f1ce Add OpenMPI/Slurm support allegroai 2020-03-20 10:23:00 +02:00
  • 0adbd79975 Fix StorageHelper upload on shutdown allegroai 2020-03-20 10:20:44 +02:00
  • dc915d0241 Fix support for Task init/close multiple times allegroai 2020-03-20 10:20:06 +02:00
  • 667ddcab88 Fix import for services that do not exist in old versions allegroai 2020-03-20 10:16:48 +02:00
  • e05e41c117 Add table reporting to manual reporting example allegroai 2020-03-20 10:13:22 +02:00
  • 3b1d2d3258 Version bump to v0.14.0 0.14.0 allegroai 2020-03-12 19:42:48 +02:00
  • afad6a42ea Add initial slurm support (multiple nodes sharing the same task id) allegroai 2020-03-12 18:12:16 +02:00
  • 5b29aa194c Make sure artifact temporary files names are valid file names allegroai 2020-03-12 18:10:03 +02:00
  • 84a34428b6 Add trains-init support for config file env override (as well as argument) allegroai 2020-03-12 18:09:03 +02:00
  • b3dff9a4eb Support setting task initial iteration for continuing previous runs allegroai 2020-03-12 17:40:29 +02:00
  • f3531c1af2 Allow Task.set_credentials() to override configuration file in dev mode allegroai 2020-03-12 17:22:09 +02:00
  • 5bc39271e3 Fix store uncommitted code configuration option allegroai 2020-03-12 17:17:39 +02:00
  • 461fbd9df0 Better warning messages for storage errors allegroai 2020-03-12 17:13:36 +02:00
  • 30cf6b4834 Fix HTTP link quoting in stored links allegroai 2020-03-12 17:04:31 +02:00
  • 98c9a95338 Add support for reporting tables allegroai 2020-03-10 13:30:42 +02:00
  • 1043c22d0a Update Jupyter notebook server execution example allegroai 2020-03-09 12:20:34 +02:00
  • 2bffc24347 Update Jupyter notebook server execution example allegroai 2020-03-08 18:56:41 +02:00
  • 9e0ea880ce Add missing import allegroai 2020-03-08 18:56:28 +02:00
  • 8acb236b33 Update examples allegroai 2020-03-05 19:56:51 +02:00
  • ef73bc258f Add Jupyter notebook server execution example allegroai 2020-03-05 12:35:58 +02:00
  • b7358d7fef Add portalocker for inter-process lock allegroai 2020-03-05 12:31:22 +02:00
  • 2e3820603a Allow argparser override values with command line even in remote execution (essential for sub-process support) allegroai 2020-03-05 12:28:36 +02:00
  • 1d9e70bd8b Fix signal hooking registeration (cont.) allegroai 2020-03-05 12:26:56 +02:00
  • 181a0be0af Remove temporary file lock at the end of the execution or in Task.close() allegroai 2020-03-05 12:25:17 +02:00
  • b0c602c832 Fix signal hooking registeration allegroai 2020-03-05 12:24:14 +02:00
  • bcf97afeb9 Forking processes should not pass along the original File based Lock allegroai 2020-03-05 12:22:14 +02:00
  • 888c53f67d Allow disabling repository detection when calling Task.init() allegroai 2020-03-05 12:19:40 +02:00
  • 4bca5ccf27 Always reload task section before editing parts of it allegroai 2020-03-05 12:11:55 +02:00
  • a2ecb2c75d Only use file based locks for main task. Secondary tasks use traditional multiprocessing lock allegroai 2020-03-05 12:10:23 +02:00
  • da804ca75f Add support for Popen subprocesses with task edit protection from multiple processes allegroai 2020-03-05 12:05:12 +02:00
  • e3ae4f4e26 Optimize task refresh while pulling task status in local worker and last iteration for Resource Monitoring allegroai 2020-03-05 11:40:27 +02:00
  • cc1508b2bd Merge pull request #111 from tirkarthi/fix-collections Allegro AI 2020-03-05 00:37:04 +02:00
  • a97850e5b6 Import ABC from collections.abc instead of collections for Python 3.9 compatibility. Karthikeyan Singaravelan 2020-03-03 21:38:03 +05:30
  • 146da439e7 Integrate pigar into Trains allegroai 2020-03-01 17:12:28 +02:00
  • 8ee2bd1844 Retry sending console logs if session.send() fails (applicable only in local mode where we use the logging handler) allegroai 2020-02-26 17:07:07 +02:00
  • cf850020fb Don't print empty line at end of process if there's no artifacts summary allegroai 2020-02-26 17:06:17 +02:00
  • baf5fc9e54 version bump to v0.13.3 0.13.3 allegroai 2020-02-23 11:20:21 +02:00
  • 8972c1f005 Add Task.[get/set]_parameters_as_dict() to allow interaction with non-main task parameters (no need to connect()) allegroai 2020-02-20 18:32:12 +02:00
  • 98e6c2004c Use standard os environment variables to obtain default credentials for AWS, Google and Azure allegroai 2020-02-20 18:29:53 +02:00
  • b5168010e9 Make sure Task.connect() returns the same value it is passed allegroai 2020-02-18 11:26:52 +02:00
  • 14588e6dec Refactor utility function allegroai 2020-02-18 11:25:29 +02:00
  • 3ea570cadf Store python binary along with major.minor version in task script section allegroai 2020-02-18 11:24:04 +02:00
  • 9fd3b98b24 Fix session error to print the instance host and not the class host allegroai 2020-02-18 11:23:06 +02:00
  • edc237dad4 Improve support for tensorboard.summarywriter.addscalars binding allegroai 2020-02-18 11:21:47 +02:00
  • f5f13658c3 Add binding for tensorboard.summarywriter.addscalars as well as scalars grouping configuration option allegroai 2020-02-12 14:04:53 +02:00
  • 63ffc09ae0 Fix incorrect upgrade message allegroai 2020-02-12 14:03:24 +02:00
  • 0bc71fbcf4 Remove title/series naming restrictions (allow '$' and '.') allegroai 2020-02-10 10:29:30 +02:00
  • 3ee70beea2 Fix URL for uploaded files with '%' in their name to allow proper unquote during HTTP serving allegroai 2020-02-10 10:28:23 +02:00
  • c6849985ea Add Task.set_base_docer() and Task.get_base_docker() allegroai 2020-02-10 10:25:57 +02:00
  • 73d011fbba Update README.md Allegro AI 2020-02-06 15:52:05 +02:00
  • 8c2b36968b Prefer tensorflow_gpu over tensorflow when inspecting installed packages allegroai 2020-02-04 18:00:39 +02:00
  • 0c71889ca5 Fix printout during init allegroai 2020-02-04 17:59:50 +02:00
  • 34d9402abb version bump to v0.13.2 0.13.2 allegroai 2020-01-27 19:45:56 +02:00
  • 7b9e7406ad Fix mutually_exclusive() use of at_least_one() allegroai 2020-01-27 15:41:00 +02:00
  • 9f8e814ca6 Support git repositories without ".git" suffix allegroai 2020-01-27 15:40:24 +02:00
  • 92984742ca Update README.md Allegro AI 2020-01-26 16:09:42 +02:00
  • cc8b1f3120 Update README.md Allegro AI 2020-01-26 16:08:35 +02:00
  • 923e45bb17 Allow reporting a pre-uploaded image url in Logger.report_image using the url parameter allegroai 2020-01-26 15:29:35 +02:00
  • 8772bc2755 Version bump allegroai 2020-01-22 11:08:41 +02:00
  • d03311764e Fix None type as default value in dictionary allegroai 2020-01-22 11:08:06 +02:00
  • b50bfd5b63 Fix default argparser value handling when value is None allegroai 2020-01-22 11:06:52 +02:00
  • af0b8f4c70 Fix type check in hyper-parameters argparser integration allegroai 2020-01-22 11:03:56 +02:00
  • 1e011e10a2 Version bump allegroai 2020-01-21 16:41:14 +02:00
  • 1cc0ea6cf3 Fix logs, events and jupyter flushing on exit allegroai 2020-01-21 16:41:01 +02:00
  • f0a27127bf Fix matplotlib savefig patching allegroai 2020-01-21 16:37:26 +02:00
  • c5dd762d9b Improve conda support allegroai 2020-01-21 16:32:57 +02:00
  • 9a3e130700 version bump to v0.13.1 0.13.1 allegroai 2020-01-13 17:29:17 +02:00
  • fcaff82980 Add support for pylab.savefig in matplotlib binding allegroai 2020-01-13 17:16:56 +02:00
  • 0ecd734fd1 Support multi-line paste of credentials in configuration wizard allegroai 2020-01-13 17:16:25 +02:00
  • 1c6be01e38 Add support for savefig in matplotlib binding allegroai 2020-01-13 12:06:47 +02:00
  • 66b251a62b Try to make sure tensorboard is available when using torch allegroai 2020-01-13 11:55:55 +02:00
  • affd6050f6 Merge pull request #79 from danmalowany-allegro/master Allegro AI 2020-01-12 12:50:10 +02:00
  • 5fdb2398df Version bump allegroai 2020-01-10 13:42:24 +02:00
  • 8da8053726 Do not store keras model network design if it cannot be serialized allegroai 2020-01-10 13:41:06 +02:00
  • 073f4c308d Convert ndarray to histogram for axis to get rid of warning in tensorflow binding allegroai 2020-01-10 13:39:31 +02:00
  • 163ace8856 Display matplotlib low version warning only once allegroai 2020-01-10 13:36:27 +02:00
  • 70624f469b Fix matplotlib binding support allegroai 2020-01-10 13:35:07 +02:00
  • f65ef3e757 Support broken Jupyter version on some conda installations (SageMaker) allegroai 2020-01-10 13:33:19 +02:00
  • b9ee824877 Changed List to list danmalowany-allegro 2020-01-06 18:27:56 +02:00