allegroai
22104bed37
Fix Task.set_user_properties() docstring and interface
2020-12-02 16:26:23 +02:00
allegroai
a28a97b160
version bump
2020-11-29 23:31:56 +02:00
allegroai
da32cd8f90
PEP8
2020-11-29 23:30:25 +02:00
allegroai
89f5e78a93
Fix make event upload more stable with regard to quoting issues
2020-11-29 23:28:54 +02:00
allegroai
cc894dc1d6
Add Task get_configuration_object/set_configuration_object for easier automation
2020-11-27 23:24:45 +02:00
allegroai
3f31194b93
Fix connect dictionary '' cast to None. Issue #258
2020-11-27 23:24:15 +02:00
allegroai
f3638a7e5d
Fix keras reusing model object only if the filename is the same (issue #252 )
2020-11-25 14:55:45 +02:00
allegroai
c75de848f5
Fix at_exit_called from another process should be ignored
2020-11-25 14:54:42 +02:00
allegroai
fcc06b864a
Fix replace quote safe characters in upload file
2020-11-25 14:53:45 +02:00
cksac
87340052a5
Allow disabling SSL certificates verification ( #256 )
...
Co-authored-by: cksac <cksac@gmail.com>
2020-11-25 12:16:53 +02:00
allegroai
905dd24b09
Use Task.connect_configuration()
2020-11-25 11:26:24 +02:00
allegroai
849c782a70
Improve comment
2020-11-25 11:26:13 +02:00
allegroai
a6d479ffab
Add trains to examples requirements
2020-11-25 11:25:28 +02:00
allegroai
74153a4399
Remove plotly from requirements
2020-11-25 11:25:08 +02:00
allegroai
80b841e4a4
Fix quote issue in debug images reporting
2020-11-25 11:23:49 +02:00
allegroai
333c46e9c9
Fix LightGBM support for empty params (precaution)
2020-11-25 11:22:35 +02:00
allegroai
28d7527537
Fix Optuna HPO parameter serializing (issue #254 )
2020-11-25 11:21:50 +02:00
allegroai
f11a36f3c3
Fix matplotlib 3.3.3 support
2020-11-25 11:20:49 +02:00
allegroai
4aa5c620f4
Fix python 2.7/3.5 math support
2020-11-25 11:20:09 +02:00
allegroai
1651faac3d
Fix auxiliary Task console log
2020-11-25 11:05:49 +02:00
allegroai
5d1c477e10
Fix python 2.7/3.5 support, PEP8 and redundant code
2020-11-25 11:05:40 +02:00
allegroai
313e99f156
Fix Logger.report_text() on Task created using Task.created() was not supported
2020-11-25 11:02:26 +02:00
allegroai
32c134eaa7
Use sha256sum from storage.util
2020-11-25 11:01:15 +02:00
allegroai
0be016d3a5
Use a built-in matplotlib convertor
2020-11-25 11:00:34 +02:00
allegroai
d2e17d6a7c
Remove tqdm (only used when debugging)
2020-11-25 10:58:50 +02:00
allegroai
d78ee6c669
Support controlling the naming of the sub-folder created by StorageManager/CacheManager
2020-11-25 10:58:01 +02:00
allegroai
8f65f28d58
Fix Logger.report_text() on Task created using Task.created() was not supported
2020-11-25 10:55:10 +02:00
allegroai
c51faca0c7
Add project_name argument to Task.set_project()
2020-11-25 10:52:27 +02:00
allegroai
17f9fa512f
Remove plotly usage from controller
2020-11-25 10:50:57 +02:00
noklam
6064080232
Fix lightgbm binding keyword argument issue ( #251 )
2020-11-24 13:27:33 +02:00
allegroai
a3ad6a0e50
Add config sdk.development.worker.console_cr_flush_period
2020-11-22 01:15:35 +02:00
allegroai
6e012cb205
Add Task.init auto_connect_streams controlling stdout/stderr/logging capture. Issue #181
2020-11-20 15:50:38 +02:00
allegroai
e9920e27ed
Add Hydra bind support for Task.init call within the Hydra app, Issue #219
2020-11-20 00:07:37 +02:00
allegroai
f161811558
Fix internal import avoid circular imports
2020-11-20 00:07:03 +02:00
allegroai
21ef615bb1
Add Task._is_remote_main_task to support secondary copy of the main Task in remote run
2020-11-20 00:06:43 +02:00
allegroai
91cbc161f4
Fix infinite recursion in StorageManager upload. Issue #253
2020-11-19 22:45:07 +02:00
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