azureml-tensorboard


Nameazureml-tensorboard JSON
Version 1.55.0 PyPI version JSON
download
home_pagehttps://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py
SummaryMachine Learning TensorBoard package combines AzureML SDK with TensorBoard visualization
upload_time2024-02-06 19:36:31
maintainer
docs_urlNone
authorMicrosoft Corp
requires_python>=3.7,<4
licensehttps://aka.ms/azureml-sdk-license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Microsoft Azure Machine Learning TensorBoard API for Python
===========================================================

This package has been tested with Python 3.6 and 3.7.
=====================================================

The SDK is released with backwards compatibility guarantees.

The Azure Machine Learning *azureml-tensorboard* package combines the AzureML SDK with TensorBoard visualization.

It can be used to:

- Export run history to TensorBoard logs directory. You can run TensorBoard against the directory to view metrics.
- Launch TensorBoard from run history. TensorFlow logs can be written to a specified logs directory and then automatically loaded in real-time from Azure Blob Storage.

*****************
Setup
*****************

Follow these `instructions <https://docs.microsoft.com/azure/machine-learning/how-to-configure-environment#local>`_ to install the Azure ML SDK on your local machine, create an Azure ML workspace, and set up your notebook environment, which is required for the next step.
Once you have set up your environment, install the AzureML TensorBoard package:

.. code-block:: python

   pip install azureml-tensorboard


            

Raw data

            {
    "_id": null,
    "home_page": "https://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py",
    "name": "azureml-tensorboard",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7,<4",
    "maintainer_email": "",
    "keywords": "",
    "author": "Microsoft Corp",
    "author_email": "",
    "download_url": "",
    "platform": null,
    "description": "Microsoft Azure Machine Learning TensorBoard API for Python\r\n===========================================================\r\n\r\nThis package has been tested with Python 3.6 and 3.7.\r\n=====================================================\r\n\r\nThe SDK is released with backwards compatibility guarantees.\r\n\r\nThe Azure Machine Learning *azureml-tensorboard* package combines the AzureML SDK with TensorBoard visualization.\r\n\r\nIt can be used to:\r\n\r\n- Export run history to TensorBoard logs directory. You can run TensorBoard against the directory to view metrics.\r\n- Launch TensorBoard from run history. TensorFlow logs can be written to a specified logs directory and then automatically loaded in real-time from Azure Blob Storage.\r\n\r\n*****************\r\nSetup\r\n*****************\r\n\r\nFollow these `instructions <https://docs.microsoft.com/azure/machine-learning/how-to-configure-environment#local>`_ to install the Azure ML SDK on your local machine, create an Azure ML workspace, and set up your notebook environment, which is required for the next step.\r\nOnce you have set up your environment, install the AzureML TensorBoard package:\r\n\r\n.. code-block:: python\r\n\r\n   pip install azureml-tensorboard\r\n\r\n",
    "bugtrack_url": null,
    "license": "https://aka.ms/azureml-sdk-license",
    "summary": "Machine Learning TensorBoard package combines AzureML     SDK with TensorBoard visualization",
    "version": "1.55.0",
    "project_urls": {
        "Homepage": "https://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "781d2c60f3051526822fa5a472162d8fd11182321b92eb63713353c8a5b5eb16",
                "md5": "aba646f51cad45ce23dc21d8d1dc63a5",
                "sha256": "0e52b103f93ca92169c944f0d55f9f2b26ad1592cf65b910f8f09bc55b1b3011"
            },
            "downloads": -1,
            "filename": "azureml_tensorboard-1.55.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "aba646f51cad45ce23dc21d8d1dc63a5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4",
            "size": 9714,
            "upload_time": "2024-02-06T19:36:31",
            "upload_time_iso_8601": "2024-02-06T19:36:31.670016Z",
            "url": "https://files.pythonhosted.org/packages/78/1d/2c60f3051526822fa5a472162d8fd11182321b92eb63713353c8a5b5eb16/azureml_tensorboard-1.55.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-06 19:36:31",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "azureml-tensorboard"
}
        
Elapsed time: 0.20480s