Commit Graph

48 Commits

Author SHA1 Message Date
allegroai
f161811558 Fix internal import avoid circular imports 2020-11-20 00:07:03 +02:00
allegroai
91cbc161f4 Fix infinite recursion in StorageManager upload. Issue #253 2020-11-19 22:45:07 +02:00
allegroai
6ca99fb8e0 Add StorageManager.get_files_server() 2020-11-17 23:12:09 +02:00
erezalg
95ba6bab78
Add cifar ignite example and add auto extract of tar.gz files when using storagemanager (#237) 2020-11-11 16:35:23 +02:00
allegroai
8009bea6de Fix URL quoting when uploading from path 2020-11-03 16:33:08 +02:00
allegroai
820fa6ac7a Refactor (readability) 2020-10-30 09:57:05 +02:00
allegroai
44d9a03e56 Change arguments order to preserve backwards compatibility for positional arguments 2020-10-30 09:51:45 +02:00
Elior Cohen
e7d0f7eca1 Add force_download flag to StorageManager.get_local_copy 2020-10-27 09:31:05 +02:00
Elior Cohen
fc85f070e2 📝 Bad usage of Optional typing 2020-10-27 09:31:05 +02:00
allegroai
6ff95cc9c1 Change cache manager log warning to debug 2020-10-15 23:17:51 +03:00
allegroai
2d95f7885d Fix StorageManager cache extract zipped artifacts. Use modified time instead of access time for cached files. 2020-10-15 23:16:44 +03:00
allegroai
fede603a7b Fix upload message 2020-09-09 22:08:22 +03:00
allegroai
de068cc390 Fix cache handling for different partitions/drives/devices 2020-08-18 11:53:40 +03:00
allegroai
d8671beb89 Fix StorageHelper to stream StringIO into file (tensorboard add_text support) 2020-07-30 14:57:35 +03:00
allegroai
d1744785b1 flake8 2020-07-04 22:52:09 +03:00
allegroai
5fbfa1d6e2 Add safety guards for Model creation / cache lookup 2020-06-19 19:09:36 +03:00
allegroai
9a7850b23d Fix anonymous named Models and input model registration based on remote url instead of local file (when StorageManager is used to download) 2020-06-19 00:52:31 +03:00
allegroai
7173a16a16 Update docstrings 2020-06-11 21:15:40 +03:00
allegroai
96f899d028 Fix documentation and layout (PEP8) 2020-05-24 08:16:12 +03:00
allegroai
95105cbe6a Add automation support including hyper-parameters optimization 2020-05-22 12:00:07 +03:00
allegroai
b457b9aaad Fix archive support: StorageManager should only try to extract .zip files, Model should not auto extract package 2020-05-22 11:54:46 +03:00
allegroai
5d04b21a79 Fix upload_object_via_stream() in Azure storage driver 2020-05-08 22:13:39 +03:00
allegroai
0a7a32f2eb Support caching of extracted zip artifacts 2020-04-26 23:19:42 +03:00
allegroai
004f925454 ThreadPool should be terminated, not closed, otherwise it might hang 2020-04-09 12:47:38 +03:00
allegroai
e6f29428eb Add StorageManager 2020-04-09 12:03:41 +03:00
allegroai
abc9b512f7 Fix logging typos 2020-03-22 18:03:25 +02:00
allegroai
0adbd79975 Fix StorageHelper upload on shutdown 2020-03-20 10:20:44 +02:00
allegroai
461fbd9df0 Better warning messages for storage errors 2020-03-12 17:13:36 +02:00
allegroai
30cf6b4834 Fix HTTP link quoting in stored links 2020-03-12 17:04:31 +02:00
allegroai
a169b43885 Add Task.upload_artifact support for external URLs 2020-01-06 17:16:51 +02:00
allegroai
09257b7247 Fix files http/s host ending with / 2019-11-28 00:48:48 +02:00
allegroai
8ab982cbc9 Fix support for uploading large files over slow http connection 2019-11-23 01:26:18 +02:00
allegroai
1a658e9d89 Fix output_uri support for local folders 2019-10-15 22:35:37 +03:00
allegroai
99a702d149 Add artifacts upload retries (default 3) 2019-10-05 15:25:48 +03:00
allegroai
e5c0a738c3 Fix multi-processing issue with Task of type inference 2019-10-04 01:32:59 +03:00
allegroai
b720895307 Fix S3 warning 2019-09-27 13:21:04 +03:00
allegroai
86655412b0 Add artifacts support for folders/wildcard, include retrieval and extraction 2019-09-25 00:33:00 +03:00
allegroai
4f1eeb49c6 Add StorageHelper.get_local_copy to quickly download and provide local path to remote files (http/s3/gs/azure support) 2019-09-23 18:40:56 +03:00
allegroai
76ea73a780 Removed apache-libcloud 2019-09-13 17:09:58 +03:00
allegroai
2fb69ae951 Improve httpdriver authentication feature 2019-09-05 01:53:43 +03:00
allegroai
64ba30df13 Stability and cleanups 2019-09-03 12:58:01 +03:00
allegroai
0a8cf706bd Add initial Azure storage support 2019-08-19 21:15:31 +03:00
allegroai
7beddf97da Optimize version update check 2019-08-09 02:11:00 +03:00
allegroai
77e2c32523 Fix timeout for uploading images 2019-06-19 19:47:12 +03:00
Allegro AI
dce1f6b7d1
Merge pull request #8 from raviv/master
Fix for division by zero in model download speed calculation
2019-06-19 15:10:00 +03:00
Raviv Pavel
ce596c0266 Fix for division by zero in model download speed calculation 2019-06-19 11:40:27 +03:00
allegroai
e24abf2153 Fix config-less defaults 2019-06-14 14:09:35 +03:00
allegroai
f595afe6c8 Initial beta version 2019-06-10 20:02:11 +03:00