Jagadeesh J
49c3587591
chore(components/pytorch):kserve migration ( #7615 )
...
* chore(components/pytorch):kserve migration
Signed-off-by: Jagadeesh J <jagadeeshj@ideas2it.com>
* fix: pytorch dist training
- enable env vars in config.properties
- upgrade pip in dockerfile
Signed-off-by: Jagadeesh J <jagadeeshj@ideas2it.com>
* Bert - KServe v2 handler changes
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* fix: bert notebook for kserve v2
Signed-off-by: Jagadeesh J <jagadeeshj@ideas2it.com>
* fix: add protocol verion to bert gpu yaml
Signed-off-by: Jagadeesh J <jagadeeshj@ideas2it.com>
* Adding utility to convert image to bytes - Cifar
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Cifar10 - captum update
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* fix: cifar10 example
Signed-off-by: Jagadeesh J <jagadeeshj@ideas2it.com>
* fix: predictor component for kserve v2
Signed-off-by: Jagadeesh J <jagadeeshj@ideas2it.com>
* fix: pytorch dist training for kserve v2
Signed-off-by: Jagadeesh J <jagadeeshj@ideas2it.com>
* fix: cifar10 hpo example
Signed-off-by: Jagadeesh J <jagadeeshj@ideas2it.com>
* Bumping pytorch-kfp-components version
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
Co-authored-by: Shrinath Suresh <shrinath@ideas2it.com>
2022-07-08 08:55:52 +00:00
Jagadeesh J
131b116fb9
chore(components/pytorch): Upgrade PTL ( #6902 )
...
* chore(components/pytorch): Upgrade PTL
* Bump PTL version
Signed-off-by: Jagadeesh J <jagadeeshj@ideas2it.com>
2022-01-12 07:09:11 +00:00
shrinath-suresh
48805efc83
chore(components/pytorch): pytorch-kfp-components version update ( #6175 )
...
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
2021-07-27 20:54:44 -07:00
shrinath-suresh
e567b0d50f
chore(components/pytorch): pytorch-kfp-components unit test fixes ( #6064 )
...
* Adding Pytorch-lightning, mock and torchmetrics to tox.ini
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Fixing lint issues
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Bumping version to rc2
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Updating readme with the command to use tox
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
2021-07-16 01:38:38 -07:00
shrinath-suresh
d88394ba4a
fix(components/pytorch): pytorch kfp components and Sample - GPU updates ( #5939 )
...
* Updating trainer test wiht model parameter to support multi gpu multi node scenario
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Changing get_model to lightning_module in bert example as PTL is used from source
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* removing ptl 1.3.x from dependency as Pytorch operator needs ptl to be installed from source
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Updating trainer args with gpu parameters
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Installing PTL from source
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Updating get_model to lightning_module
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
2021-07-11 22:06:26 -07:00
shrinath-suresh
192b8e8756
fix(components/pytorch) Pytorch Lightning Arguments string pass through ( #5870 )
...
* Updating bert script to use input arguments as string
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Adding utility to parse input arguments
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Fixing tensorboard root and checkpoint dirs
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Adding string pass through in component.yaml
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Fixing pipeline.py file
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Fixing pipeline keys
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Fixing args in component.yaml
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Removing extra comma
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Removing unused code
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Updating cifar10 example
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Uncommenting confusion matrix
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Updating jupyter notebooks
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Fixing cifar10 train component.yaml
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Addressing review comments
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Fixing lint issues
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
2021-06-23 23:10:19 -07:00
ankan94
72f7464d01
feat(components): Addressing Review comments on Trainer component for PyTorch - KFP ( #5814 )
...
* fix url and keywords in setup.py
Signed-off-by: Arvind-Ideas2IT <arvindkumarsingh.gautam@ideas2it.com>
* Minio UT fix
Signed-off-by: ankan94 <ankan@ideas2it.com>
* Base component metaclass modification
Signed-off-by: ankan94 <ankan@ideas2it.com>
* Adding fast failing for trainer component.
Signed-off-by: ankan94 <ankan@ideas2it.com>
* fixing minio test
Signed-off-by: ankan94 <ankan@ideas2it.com>
* Fixing lint issues
Signed-off-by: ankan94 <ankan@ideas2it.com>
Co-authored-by: Arvind-Ideas2IT <arvindkumarsingh.gautam@ideas2it.com>
2021-06-17 09:42:28 -07:00
shrinath-suresh
9cfa4dfc0a
fix(components/pytorch) Pytorch - Tensorboard Profiler fix ( #5860 )
...
* Fix: module_file_args overriding the trainer_args variable. Updating module_file_args as the superset
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Setting PTL to 1.3.5 in requirements.txt
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Fixing typo
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Adding print statements for profiler debugging
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Removing cpuonly tag
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
2021-06-16 16:06:27 -07:00
Geeta Chauhan
b418a74aab
chore: Update version for PyTorch KFP components 0.1.0.rc-1 release ( #5823 )
...
* Create README.md
Initial Readme
* Create README.md
Initial commit for the PyTorch pipeline examples
* Update README.md
* Delete components/PyTorch/pytorch_kfp_components directory
* Update version for 0.1.0.rc-1 release
Co-authored-by: shrinath-suresh <63862647+shrinath-suresh@users.noreply.github.com>
2021-06-09 01:25:16 -07:00
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
shrinath-suresh
f843121e91
feat(components): Adding Minio component for PyTorch - KFP ( #5808 )
...
* Adding minio component and tests
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Minio executor fix
Signed-off-by: ankan94 <ankan@ideas2it.com>
Co-authored-by: ankan94 <ankan@ideas2it.com>
2021-06-07 21:57:45 -07:00
shrinath-suresh
c5325db7d2
feat(components): Adding Trainer component for PyTorch - KFP ( #5767 )
...
* Create README.md
Initial Readme
* Create README.md
Initial commit for the PyTorch pipeline examples
* Update README.md
* Adding PyTorch training component
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Adding PyTorch - trainer unit tests
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Fixing UT and adding setup.py
Signed-off-by: ankan94 <ankan@ideas2it.com>
* update setup.py, trainer compopents pyfiles,applied pylyintrc
Signed-off-by: Arvind-Ideas2IT <arvindkumarsingh.gautam@ideas2it.com>
* adressed the review comments,applied pylint, black
Signed-off-by: Arvind-Ideas2IT <arvindkumarsingh.gautam@ideas2it.com>
* added copyright headers in tests files
Signed-off-by: Arvind-Ideas2IT <arvindkumarsingh.gautam@ideas2it.com>
* updated base component
Signed-off-by: Arvind-Ideas2IT <arvindkumarsingh.gautam@ideas2it.com>
* Changing to Apache2 License
Reviewed license change with Legal team
* Switch to Apache2 License
* Add tox for test automation with presubmit script
* Add model archiver to dependencies
* Cleanup setup.py
* Cleanup
* Cleanup
* Cleanup
* Using common fixture for unit tests and adding gpu fix for saving the model
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Changing to Apache2 License
Signed-off-by: Arvind-Ideas2IT <arvindkumarsingh.gautam@ideas2it.com>
* resolve typo
Signed-off-by: Arvind-Ideas2IT <arvindkumarsingh.gautam@ideas2it.com>
* Added OWNERS
* OWENRS will be added as separate PR
* fix detect_version function in setup.py
Signed-off-by: Arvind-Ideas2IT <arvindkumarsingh.gautam@ideas2it.com>
* Cleanup for setup description field warnings
Co-authored-by: Geeta Chauhan <4461127+chauhang@users.noreply.github.com>
Co-authored-by: ankan94 <ankan@ideas2it.com>
Co-authored-by: Arvind-Ideas2IT <arvindkumarsingh.gautam@ideas2it.com>
Co-authored-by: Geeta Chauhan <gchauhan@fb.com>
2021-06-08 12:12:56 +08:00
Arvind Gautam
e20a1b8bda
feat(components): Adding Mar component for PyTorch - KFP ( #5780 )
...
* adding mar component
Signed-off-by: Arvind-Ideas2IT <arvindkumarsingh.gautam@ideas2it.com>
* removed extra files
Signed-off-by: Arvind-Ideas2IT <arvindkumarsingh.gautam@ideas2it.com>
* removed exta file __init__py
Signed-off-by: Arvind-Ideas2IT <arvindkumarsingh.gautam@ideas2it.com>
* Switch to Apache2 License
* Move tests folder
* Adding spec for mar component
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
Co-authored-by: Geeta Chauhan <gchauhan@fb.com>
Co-authored-by: Shrinath Suresh <shrinath@ideas2it.com>
2021-06-07 08:30:51 -07:00