allegroai
8b4b7098e0
Fix global matplotlib counting
...
Fix typo in matplotlib bind class property
Fix Matplotlib binding without a title reported a single plot (untitled 00) instead of increasing the counter
2020-11-17 23:12:11 +02:00
allegroai
f35e927951
Fix missing plt.show in example
2020-11-17 23:12:11 +02:00
allegroai
0e0b03157f
Fix delete_after_upload when wait_for_upload=True was not supported
2020-11-17 23:12:10 +02:00
allegroai
b656e0115f
Fix preview with JSON (dict) artifacts did not store the artifact
2020-11-17 23:12:10 +02:00
allegroai
909f5cea2d
Fix running remotely with no configuration should not crash but output a warning (issue #243 )
2020-11-17 23:12:09 +02:00
allegroai
2a9a24daac
Add reporting text as debug sample example
2020-11-17 23:12:09 +02:00
allegroai
6ca99fb8e0
Add StorageManager.get_files_server()
2020-11-17 23:12:09 +02:00
cksac
45af97b258
Fix set preview for if artifact body is remote uri ( #239 )
...
Co-authored-by: cksac <cksac@gmail.com>
2020-11-12 13:06:45 +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
6dd7b4e02e
Add Hydra support (issue #219 )
2020-11-08 00:18:50 +02:00
allegroai
501e27057b
Add Task.connect support for class / instance objects
...
Add task.execute_function_remotely(...) (issue #230 )
2020-11-08 00:18:39 +02:00
allegroai
de85580faa
Moved archived_tag definition + pep8
2020-11-08 00:18:20 +02:00
allegroai
9b3d107934
Add configuration utilities
2020-11-08 00:09:15 +02:00
Allegro AI
cc5da546fa
Update README.md
2020-11-06 13:13:58 +02:00
allegroai
b2c830f34e
Version bump to 0.16.3
2020-11-03 16:50:49 +02:00
allegroai
8009bea6de
Fix URL quoting when uploading from path
2020-11-03 16:33:08 +02:00
allegroai
b644ec8100
Fix type annotations
2020-11-03 10:50:55 +02:00
allegroai
e37d6a4155
Fix warning on uploading local file that does not exist
2020-11-03 10:50:51 +02:00
allegroai
c328fbf345
Add user properties support in Task object
2020-11-03 10:50:00 +02:00
Omer Moran
7bf208eb08
Added synchronous support for upload_artifact() ( #231 )
...
Add synchronous support for Artifacts.upload_artifact()
2020-11-02 18:39:06 +02:00
allegroai
4d1582d077
Fix report_table as list of rows
2020-11-02 00:42:05 +02:00
allegroai
2847cce18d
Cleanup pipeline DAG plot generation
2020-11-01 16:01:47 +02:00
allegroai
b8ebbaa3b8
Add Logger.report_table() support for table as list of lists
2020-11-01 16:01:24 +02:00
allegroai
236e6adcfd
Add support to split DAG and Table in pipeline DAG plot. Pipeline DAG single nodes are now round circles below the DAG graph. Fix hover text size limit
2020-11-01 16:00:51 +02:00
allegroai
665bfc5ca8
Add support for ploytle table as list of lists (not just pandas DataFrame)
2020-11-01 15:59:35 +02:00
allegroai
c630ba3ea3
missing version bump
2020-11-01 02:28:08 +02:00
allegroai
6e7cb6b6f1
Fix Hydra support, relative path argv[0]. (issue #219 )
2020-11-01 02:27:27 +02:00
allegroai
49b578b979
Add Hydra support phase one: fix current working dir (issue #219 ). Fix cwd outside of repository root folder
2020-10-30 10:04:03 +02:00
allegroai
59629d7a15
Fix connect dict to place non-existing entries on the section name instead of General
2020-10-30 10:03:12 +02:00
allegroai
e7843c4dc4
Fix warning on optimization parameter is missing from base task id
2020-10-30 10:01:53 +02:00
allegroai
53a889f869
Add Pipeline/Optimization can be attached to any Task (not just the current task)
2020-10-30 09:57:38 +02:00
allegroai
820fa6ac7a
Refactor (readability)
2020-10-30 09:57:05 +02:00
allegroai
753b3ff68c
Add sdk.development.store_code_diff_from_remote (default False) to store diff from remote HEAD instead of local HEAD (issue #222 )
2020-10-30 09:55:54 +02:00
allegroai
a0ec4b895b
Do not add setuptools specific version (pip can't install it anyway)
2020-10-30 09:54:50 +02:00
allegroai
4e9fba5625
Fix initializing task on argparse parse in remote mode. Do not call Task.init() to avoid auto connect, use Task.get_task instead.
2020-10-30 09:53:44 +02:00
allegroai
44d9a03e56
Change arguments order to preserve backwards compatibility for positional arguments
2020-10-30 09:51:45 +02:00
allegroai
8049b89de1
Do not disable loggers by default
2020-10-30 09:51:02 +02:00
allegroai
471c9da953
Add requirements for matplotlib reporting example
2020-10-30 09:50:16 +02:00
allegroai
a3e53a727f
Refactor APIClient
2020-10-30 09:49:55 +02:00
allegroai
56db3c67e7
Use deepcopy since Python's logging infrastructure might modify the dict
2020-10-30 09:49:18 +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
912264bfa7
Update examples
2020-10-23 23:45:41 +03:00
allegroai
04b3fa809b
Fix updating hyper parameters in non-legacy mode
2020-10-19 15:59:13 +03:00
cksac
4f303cb37b
add option to control the artifact preview
2020-10-18 12:23:41 +03:00
allegroai
df395b67ba
Add Logger.report_matplotlib_figure() with examples
2020-10-15 23:20:17 +03:00
allegroai
7ce5bc0313
Fix wrong argument order (issue #220 )
2020-10-15 23:19:05 +03:00
allegroai
4ca9dc4c00
Add Task.set_task_type()
2020-10-15 23:18:20 +03: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