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
|
b4ad3d1488
|
chore(components/pytorch): Samples Unit tests and lint fixes (#6288)
* Applying yapf on all the python files in samples
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Test compile yaml fixes
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Remove unused file
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Lint fixes: generate_templates.py
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Lint fixes: gen_image_timestamp.py
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Lint fixes
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Cifar10 handler lint fixes
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
* Lint fixes for the remaining files
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
|
2021-08-11 22:59:02 -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 |
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 |