pipelines/components/PyTorch/pytorch-kfp-components
ankan94 941879dd5c
feat(components): Adding Visualization component for PyTorch - KFP (#5810)
* Adding visualization component

Signed-off-by: ankan94 <ankan@ideas2it.com>

* Switch to Apache2 License

Signed-off-by: Arvind-Ideas2IT <arvindkumarsingh.gautam@ideas2it.com>

Co-authored-by: Arvind-Ideas2IT <arvindkumarsingh.gautam@ideas2it.com>
Co-authored-by: Shrinath Suresh <shrinath@ideas2it.com>
2021-06-07 21:57:53 -07:00
..
pytorch_kfp_components feat(components): Adding Visualization component for PyTorch - KFP (#5810) 2021-06-07 21:57:53 -07:00
tests feat(components): Adding Visualization component for PyTorch - KFP (#5810) 2021-06-07 21:57:53 -07:00
.gitignore feat(components): Adding Trainer component for PyTorch - KFP (#5767) 2021-06-08 12:12:56 +08:00
.pylintrc feat(components): Adding Trainer component for PyTorch - KFP (#5767) 2021-06-08 12:12:56 +08:00
LICENSE feat(components): Adding Trainer component for PyTorch - KFP (#5767) 2021-06-08 12:12:56 +08:00
README.md feat(components): Adding Trainer component for PyTorch - KFP (#5767) 2021-06-08 12:12:56 +08:00
pyproject.toml feat(components): Adding Trainer component for PyTorch - KFP (#5767) 2021-06-08 12:12:56 +08:00
setup.cfg feat(components): Adding Trainer component for PyTorch - KFP (#5767) 2021-06-08 12:12:56 +08:00
setup.py feat(components): Adding Trainer component for PyTorch - KFP (#5767) 2021-06-08 12:12:56 +08:00
tox.ini feat(components): Adding Trainer component for PyTorch - KFP (#5767) 2021-06-08 12:12:56 +08:00

README.md

PyTorch Kubeflow Pipeline Components

PyTorch Kubeflow Pipeline Components provides an SDK and a set of components that lets you build kubeflow pipelines using PyTorch. You can use the predefined components in this repository to build your pipeline using the Kubeflow Pipelines SDK.

Installation

Requirements

Python >= 3.6 Kubeflow cluster setuo (on-prem or in any of the Clouds)

Install latest release

Use the following command to install PyTorch Pipeline Components from PyPI.

pip install -U pytorch-kfp-components

Install from source

Use the following commands to install PyTorch Kubeflow Pipeline Components from GitHub.

git clone https://github.com/kubeflow/pipelines.git
pip install pipelines/components/PyTorch/pytorch_kfp_components/.