pollfly
b31beb0873
Change example name ( #528 )
2021-12-31 12:33:23 +02:00
allegroai
7a314b788b
Version bump
2021-12-30 14:17:10 +02:00
allegroai
54107c9403
Fix doc string
2021-12-30 12:22:38 +02:00
allegroai
ddffffa51c
Control S3/GS _stream_download_pool_connections from clearml.conf "stream_connections", default 128
2021-12-30 12:22:11 +02:00
allegroai
db6f6f3d76
Fix multi-processing context block catching exception
2021-12-30 12:21:48 +02:00
allegroai
3df7d2651c
Fix GS without default project will crash
2021-12-30 12:21:10 +02:00
Victor Sonck
c226a74806
Add some convenience functionality to clearml-data ( #526 )
...
* Add some convenience functionality to clearml-data to allow for fast creation of new dataset versions.
* Added get_existing_project function to data utils and cleaned up typos and docstrings there
* Fixed black formatting
2021-12-29 12:16:45 +02:00
Victor Sonck
30c3968cd7
Add LocalClearmlJob as possible option for HPO ( #525 )
2021-12-28 15:54:38 +02:00
allegroai
ce926ffbdb
Version bump
2021-12-26 22:06:17 +02:00
allegroai
739a34929d
Improve detection of running reporting subprocess (including zombie state)
2021-12-26 22:03:08 +02:00
allegroai
4416544ec5
Add support for vscode-jupyter ( https://github.com/microsoft/vscode-jupyter/pull/8531 )
2021-12-26 22:02:26 +02:00
allegroai
f80a6813a5
Add warning when loosing reporting subprocess
2021-12-26 22:02:03 +02:00
pollfly
b036bbce2f
Update XGBoost example ( #524 )
...
* Change dataset (load_boston is deprecated)
* Black format
* Add save_model
2021-12-23 14:07:42 +02:00
Mal Miller
8f1e2b0aae
Add environment variable for default request method ( #521 )
2021-12-23 10:46:22 +02:00
allegroai
13645661d8
Version bump
2021-12-22 16:29:36 +02:00
allegroai
c7ebd525a2
Version bump
2021-12-22 13:29:30 +02:00
allegroai
1d652e3eb6
Fix main process's reporting subprocess lost, switch back to thread mode
2021-12-22 13:29:03 +02:00
allegroai
d9aee85821
Fix forked StorageHelper should use its own ThreadExecuter
2021-12-22 13:27:57 +02:00
allegroai
7e32278ebf
Fix matplotlib auto-magic detect bar graph series name (issue #518 )
2021-12-22 13:26:51 +02:00
allegroai
570fcfd061
Add Model.remove() to allow removing a model from the model repository
2021-12-22 13:09:23 +02:00
allegroai
1a0a7b6738
Fix local StorageHelper.delete() raising exception on non existing file instead of returning false
2021-12-22 13:08:32 +02:00
allegroai
69846d200a
Add HTTP download timeout control (change default connection timeout to 30sec)
2021-12-22 12:53:37 +02:00
allegroai
d647a33470
Add initial setup callback to monitoring class
2021-12-22 12:50:48 +02:00
allegroai
fd2d6c6f5d
Fix path limitation on storage services (posix, object storage) when storing target artifacts by limiting length of project name (full path) and task name used for object path (issue #516 )
2021-12-17 11:58:44 +02:00
allegroai
6f6c5e9f5e
Fix Storage Helper rename partial file throwing errors on multiple access
2021-12-17 11:56:24 +02:00
allegroai
a4b507598b
Fix resource monitor fails on permission issues (skip over parts)
2021-12-17 11:55:46 +02:00
Victor Sonck
24464b7c10
Add better input handling for clearml-init in colab ( #515 )
2021-12-14 20:49:34 +02:00
shyallegro
dedf31867a
Change README to dark theme ( #513 )
2021-12-14 09:58:28 +02:00
allegroai
36ee3d6120
Version bump
2021-12-12 19:58:03 +02:00
allegroai
4395a419c5
Fix pandas delta datetime conversion (issue #510 )
2021-12-12 19:57:24 +02:00
allegroai
4be4ba1a9a
Add support for jsonargpraser (issue #403 )
2021-12-12 19:56:55 +02:00
allegroai
b94f345d2b
Fix reusing Task did not reset it
2021-12-12 19:56:01 +02:00
allegroai
9c79e557d0
Fix support clearml pycharm plugin 1.0.2 (support partial pycharm git repo sync)
2021-12-12 19:54:53 +02:00
allegroai
ab1c6ec0ca
Fix Task.reset force not used
2021-12-10 21:21:32 +02:00
allegroai
9624f2c715
Add Task.get_reported_plots()
2021-12-08 11:41:55 +02:00
allegroai
0366b3d3df
Allow Monitor.get_query_parameters to override defaults
2021-12-08 11:41:29 +02:00
allegroai
a06fcfef17
Fix PY3.5 compatibility
2021-12-08 11:41:03 +02:00
pollfly
8cc4c4256c
Add abseil example ( #509 )
2021-12-08 09:51:04 +02:00
allegroai
65f1c0baa1
Version bump
2021-12-04 23:22:03 +02:00
allegroai
13a1472b68
Fix validation error causes infinite loop
2021-12-04 23:22:03 +02:00
allegroai
8c50f34f8c
Fix tasks schema prevents sending null container parts
2021-12-04 23:22:03 +02:00
pollfly
bb15ea6666
Fix links in jupyter notebooks ( #505 )
2021-12-02 11:28:35 +02:00
allegroai
600ded8591
Fix missing CLEARML_SET_ITERATION_OFFSET definition
2021-12-01 23:57:24 +02:00
pollfly
f5040b59d7
Add Markdown in pipeline jupyter notebooks ( #502 )
...
* Add jupyter notebook to pipeline
* Add markdown explanations to Jupyter Notebook about pipeline
2021-12-01 18:48:14 +02:00
pollfly
b8a06c6d9c
Edit docstrings ( #501 )
2021-12-01 18:45:56 +02:00
allegroai
fc0305728c
Allow overriding initial iteration offset using environment variable (CLEARML_SET_ITERATION_OFFSET) or Task.init(continue_last_task==<offset>) (issue #496 )
2021-11-30 21:15:03 +02:00
allegroai
297f33703f
Fix Model.get_weights_package() returns None on error
2021-11-30 21:14:18 +02:00
allegroai
11892a2145
Add support for Google Cloud Storage pool_connections and pool_maxsize overrides
2021-11-30 21:13:48 +02:00
allegroai
f620c6302a
Add last worker time to AutoScaler
2021-11-30 21:13:02 +02:00
allegroai
b3a2b3425c
Version bump
2021-11-29 12:47:33 +02:00