pollfly
e3ab9defa1
Add google colab notebook tutorial ( #368 )
...
* add csv data sample to data_samples
* add google colab as clearml worker
* edit clearml_colab_agent
* remove outputs from colab file
* Delete clearml_colab.ipynb
* Delete clearml_colab_agent.ipynb
* Rename clearml_colab_agent.ipynb to examples/clearml_agent/clearml_colab_agent.ipynb
* Update clearml_colab_agent.ipynb
correct link to point to google colab
* Update clearml_colab_agent.ipynb
* edit clearml_colab_agent profile link
2021-06-01 09:51:49 +03:00
allegroai
701fca9f39
version bump
2021-06-01 00:20:43 +03:00
allegroai
17b5ec52d0
Fix default_output_uri for Dataset creation (issue #371 )
2021-06-01 00:19:28 +03:00
allegroai
e10940d038
Add Task.ignore_requirements
2021-06-01 00:19:06 +03:00
allegroai
d22cf7557d
Add support for GIF images in Tensorboard (issue #372 )
2021-06-01 00:18:39 +03:00
allegroai
fcc3c12b59
Fix sub-process spawn multi-process
2021-06-01 00:18:20 +03:00
allegroai
ba1b8c403b
Add Task.__get_master_process_id
2021-06-01 00:18:01 +03:00
allegroai
5ce5035541
Fix Task.execute_remotely() on created Task (not initialized Task)
2021-06-01 00:17:45 +03:00
allegroai
73595b8e4e
Deprecate Logger.tensorboard_single_series_per_graph()
2021-06-01 00:17:23 +03:00
allegroai
cedec58140
Version bump to v1.0.3
2021-05-31 22:23:59 +03:00
allegroai
0454ffcdf4
Add optional ignored packages in script requirements (currently used for pywin32)
2021-05-31 15:44:11 +03:00
allegroai
206d86ec5b
Support DummyModel configuration (Slack https://clearml.slack.com/archives/CTK20V944/p1621469235085400 )
2021-05-31 15:43:02 +03:00
allegroai
5e6b4ebe5d
Fix automation controller overrides nodes clone
2021-05-31 15:40:13 +03:00
allegroai
2e95881c76
PEP8
2021-05-26 18:30:59 +03:00
allegroai
02fa11c845
Use cursor in Slack Alerts example
2021-05-26 18:30:29 +03:00
allegroai
b1ce3e0653
Fix run as module (issue #359 )
2021-05-26 18:29:53 +03:00
allegroai
f8a76278bf
Fix python2.7 support (issue #366 )
2021-05-26 18:28:59 +03:00
allegroai
a14fd17a9c
Fix doc links
2021-05-25 00:55:24 +03:00
allegroai
62437ee3a7
version bump
2021-05-25 00:55:24 +03:00
Allegro AI
a97252fc27
Update copyright year
2021-05-25 00:55:24 +03:00
allegroai
d531b508cb
Fix Dataset.finalize() can hang in extreme scenario
2021-05-20 11:36:53 +03:00
allegroai
07a22a38ac
Add log nvidia driver and cuda version
2021-05-20 11:35:59 +03:00
allegroai
d3929033c0
Fix background upload retries with Google Storage (gs://)
2021-05-19 15:26:43 +03:00
allegroai
91ff64b1f6
Fix Jupyter Notebook inside VSCode
2021-05-19 15:26:05 +03:00
allegroai
65b838f409
Fix Hydra should not store the full resolved OmegaConf (issue #327 )
2021-05-19 15:25:47 +03:00
allegroai
ed75eac6ab
Add machine specs in Task.runtime
2021-05-19 15:25:23 +03:00
allegroai
016a5c2d71
Add Logger.matplotlib_force_report_non_interactive()
2021-05-19 15:24:47 +03:00
allegroai
8fb4fb2b5e
Fix Task.add_requirements() passing package_version starting with @ or ; or #
2021-05-19 15:24:09 +03:00
allegroai
83fb00ef8b
Add report_matplotlib_figure(..., report_interactive=False) allowing to upload a matplotlib as a non-interactive (high quality png) plot
2021-05-19 15:23:34 +03:00
allegroai
444e379e93
Expose docker_args and docker_bash_setup_script in clearml-task CLI
2021-05-19 15:22:44 +03:00
Erez
652a29650a
Remove old model upload examples
2021-05-19 09:58:07 +03:00
allegroai
350a39b886
Fix shutting down a Task immediately after creation might block
2021-05-14 09:42:42 +03:00
allegroai
899ff93a73
Fix import keras from TF
2021-05-14 09:42:12 +03:00
Manoj
bcf344da19
Use default boto credential chain if no keys in the config ( #342 )
...
* Use default boto credential chain if no keys in the config
* Add use_credentials_chain config to explicitly enable boto cred chain
* Propagate the new config param in the right way
* PEP8 fixes
2021-05-13 11:34:13 +03:00
Ramon Emiliani
d93937fc36
Pass config and task_function as keyword arguments for Hydra's run_job
change in parameter order.
2021-05-13 11:31:46 +03:00
allegroai
55b214c23d
Fix direct import of keras save/load model functions (issue #355 )
2021-05-12 15:42:59 +03:00
allegroai
1e7b35456d
Protect against wrong file object type when auto-binding models
2021-05-12 15:42:02 +03:00
allegroai
ed18949e3f
Remove deprecated examples
2021-05-12 15:41:37 +03:00
allegroai
228c17e44d
Fix support for Dataset.create() argument use_current_task
...
Add dataset_tags argument to Dataset.create()
2021-05-12 15:41:04 +03:00
allegroai
4e4aab56a8
Increase channel result to support max of 1K channels for finding slack channel
2021-05-12 15:40:20 +03:00
allegroai
0e9538d42a
Add object-storage support in cleanup-service
2021-05-12 15:39:34 +03:00
allegroai
f46561629f
Fix task.execute_remotely from jupyter notebook
2021-05-10 23:52:33 +03:00
allegroai
0e0d86f6d8
Fix python3.8 race condition in task.close()
2021-05-10 20:33:51 +03:00
Revital
3225715ae3
add csv data sample to data_samples
2021-05-09 09:26:58 +03:00
allegroai
654d484ae9
Remove matplotlib axis range (plotly.js auto-range can adjust it in real-time)
2021-05-08 23:59:15 +03:00
allegroai
607333f770
Fix matplotlib date convertor
2021-05-08 23:58:04 +03:00
allegroai
8c4fa4373a
Add CLEARML_AUTH_TOKEN support for directly passing a token (no need for user/pass)
2021-05-08 23:57:50 +03:00
allegroai
05139411b7
Version bump to v1.0.2
2021-05-05 22:26:38 +03:00
allegroai
57373c0ad8
Fix BackgroundMonitor daemon
2021-05-05 22:26:12 +03:00
allegroai
c65a8f802e
Fix obsolete docstring terminology "Log"->"Console"
2021-05-05 22:24:57 +03:00