Chun-Hsiang Wang and GitHub
c14b98c92d
samples: Minor fix for the wording. ( #924 )
2022-09-05 10:42:25 -07:00
Chun-Hsiang Wang and GitHub
b298f83cd3
Vertex Prediction PyTorch Experimental: Add a sample for pre-built PyTorch deployments. ( #898 )
...
* samples: Add a new sample for pre-built Pytorch deployments. It's
borrowed from the examples in community-content/pytorch_text_classification_using_vertex_sdk_and_gcloud.
* samples: Removed all training related stuff in the notebooks.
* samples: Fixed comments.
* samples: Updated readme.
* samples: Updated emails for Pytorch launch.
2022-09-01 11:48:59 -07:00
c030d7ef74
use dataset instead of datasets ( #892 )
...
less chance for an error and confusion in name clashing with the `datasets` pypi package also used in the notebook.
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com >
2022-08-31 07:44:46 -07:00
a5b6bcfab1
those two files are moved to official folder.Deleting them in community content ( #855 )
...
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com >
2022-08-11 09:14:02 -07:00
e2a6610c2d
Add an example use case for custom prediction routines. ( #709 )
...
* Add an example use case for custom prediction routines.
* Addressing some PR comments: reworded the readme in a few places, added a 'probe' command to build.py that sends a sample predict request, and pinned versions in requirements. Also fixed a bug where the artifacts_uri passed in during deployment on Vertex AI was not recognized as a directory.
* Autoformat code with black and fix a couple of typing errors.
* Addressing PR comments: Add deployment machine type to the config and add docstring to probe_prediction method.
* Update example to work with new LocalModel interface.
* Update example to work with new LocalModel interface.
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com >
2022-07-21 12:42:31 -07:00
1c54878fab
build(deps): bump tensorflow ( #595 )
...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow ) from 2.5.3 to 2.7.2.
- [Release notes](https://github.com/tensorflow/tensorflow/releases )
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md )
- [Commits](https://github.com/tensorflow/tensorflow/compare/v2.5.3...v2.7.2 )
---
updated-dependencies:
- dependency-name: tensorflow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com >
2022-06-18 16:08:07 -05:00
c139b84454
build(deps): bump tensorflow ( #593 )
...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow ) from 2.5.3 to 2.7.2.
- [Release notes](https://github.com/tensorflow/tensorflow/releases )
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md )
- [Commits](https://github.com/tensorflow/tensorflow/compare/v2.5.3...v2.7.2 )
---
updated-dependencies:
- dependency-name: tensorflow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-18 16:02:53 -05:00
6fa0345f25
build(deps): bump tensorflow ( #596 )
...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow ) from 2.5.3 to 2.7.2.
- [Release notes](https://github.com/tensorflow/tensorflow/releases )
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md )
- [Commits](https://github.com/tensorflow/tensorflow/compare/v2.5.3...v2.7.2 )
---
updated-dependencies:
- dependency-name: tensorflow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-06 18:09:52 -07:00
dd43ae6639
build(deps): bump tensorflow ( #594 )
...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow ) from 2.5.3 to 2.7.2.
- [Release notes](https://github.com/tensorflow/tensorflow/releases )
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md )
- [Commits](https://github.com/tensorflow/tensorflow/compare/v2.5.3...v2.7.2 )
---
updated-dependencies:
- dependency-name: tensorflow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com >
2022-06-06 18:08:37 -07:00
840385e0a7
build(deps): bump tensorflow ( #592 )
...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow ) from 2.5.3 to 2.7.2.
- [Release notes](https://github.com/tensorflow/tensorflow/releases )
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md )
- [Commits](https://github.com/tensorflow/tensorflow/compare/v2.5.3...v2.7.2 )
---
updated-dependencies:
- dependency-name: tensorflow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ivan Cheung <ivans.mailbox@gmail.com >
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com >
2022-06-06 18:07:48 -07:00
7aa6acdca6
fix UnboundLocalError in TF-Agents Bandits Guide ( #446 )
...
In "Step by Step Guide to Building Reinforcement Learning Applications using Vertex AI", the replay_buffer was unbound if training_data_spec_transformation_fn was provided to the train() function
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com >
2022-04-05 16:30:40 -05:00
97022b0733
Feat: Add Pluto on Workbench tutorial ( #399 )
...
* Initial commit
* Undo master commit
* Initial commit
* Update CODEOWNERS
* Add links to resolve PR comments
Co-authored-by: Ward K Harold <wkh@google.com >
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com >
2022-03-22 10:10:46 -05:00
831aae94df
build(deps): bump pillow ( #378 )
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/9.0.0...9.0.1 )
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com >
2022-03-14 09:33:36 -05:00
3fd9f28778
build(deps): bump pillow ( #379 )
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/9.0.0...9.0.1 )
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com >
2022-03-14 09:32:20 -05:00
a656e8e2a8
build(deps): bump pillow ( #380 )
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/9.0.0...9.0.1 )
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-14 09:30:19 -05:00
4987c60e03
updating gcloud usage because a flag was renamed ( #320 )
...
Co-authored-by: Yicheng Fang <yichengfang@google.com >
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com >
2022-02-24 09:33:33 -06:00
9ff3400b44
build(deps): bump tensorflow ( #316 )
...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow ) from 2.5.0 to 2.5.3.
- [Release notes](https://github.com/tensorflow/tensorflow/releases )
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md )
- [Commits](https://github.com/tensorflow/tensorflow/compare/v2.5.0...v2.5.3 )
---
updated-dependencies:
- dependency-name: tensorflow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-18 13:01:06 -06:00
3ff0726ebf
build(deps): bump tensorflow ( #315 )
...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow ) from 2.5.2 to 2.5.3.
- [Release notes](https://github.com/tensorflow/tensorflow/releases )
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md )
- [Commits](https://github.com/tensorflow/tensorflow/compare/v2.5.2...v2.5.3 )
---
updated-dependencies:
- dependency-name: tensorflow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-18 08:54:19 -06:00
Amy Wu and GitHub
c96c939dfe
Fix RL samples ( #270 )
...
* Update step_by_step sample
* Update mlops sample and fix worker_pool_specs issue for thr trainer component
* Fix lint
* Fix lint
* Fix lint
* Fix import order
* Fix nbfmt
* Update component.yaml
* Format notebook
* Update component.yaml url
* Lint
2022-02-17 16:37:52 -08:00
4ec6e2df04
[community-content] PyTorch on Google Cloud Vertex AI - Fixes based on feedback ( #290 )
...
* PyTorch on Vertex - Updated to match GCPC v0.2.2 API
* PyTorch on Vertex - Fixes based on review comments
* PyTorch on Vertex - fixes based on review
* PyTorch on Vertex - linter fixes
* PyTorch on Vertex - fixes based on feedback
* PyTorch on Vertex - fixes based on feedback
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com >
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com >
2022-02-17 17:41:48 -06:00
e41f96b31f
build(deps): bump tensorflow ( #275 )
...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow ) from 2.5.2 to 2.5.3.
- [Release notes](https://github.com/tensorflow/tensorflow/releases )
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md )
- [Commits](https://github.com/tensorflow/tensorflow/compare/v2.5.2...v2.5.3 )
---
updated-dependencies:
- dependency-name: tensorflow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com >
2022-02-10 09:37:36 -06:00
7220f15158
build(deps): bump tensorflow ( #276 )
...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow ) from 2.5.2 to 2.5.3.
- [Release notes](https://github.com/tensorflow/tensorflow/releases )
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md )
- [Commits](https://github.com/tensorflow/tensorflow/compare/v2.5.2...v2.5.3 )
---
updated-dependencies:
- dependency-name: tensorflow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com >
2022-02-10 09:33:59 -06:00
b8d7eaa767
build(deps): bump tensorflow ( #278 )
...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow ) from 2.5.2 to 2.5.3.
- [Release notes](https://github.com/tensorflow/tensorflow/releases )
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md )
- [Commits](https://github.com/tensorflow/tensorflow/compare/v2.5.2...v2.5.3 )
---
updated-dependencies:
- dependency-name: tensorflow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com >
2022-02-10 09:31:20 -06:00
a612b463a8
build(deps): bump tensorflow ( #277 )
...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow ) from 2.5.2 to 2.5.3.
- [Release notes](https://github.com/tensorflow/tensorflow/releases )
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md )
- [Commits](https://github.com/tensorflow/tensorflow/compare/v2.5.2...v2.5.3 )
---
updated-dependencies:
- dependency-name: tensorflow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-10 09:16:10 -06:00
Karl Weinmeister and GitHub
b4d02f486e
Update CODEOWNERS with new community blog post ( #244 )
2022-01-26 09:16:48 -08:00
389e804426
[community-content] PyTorch on Google Cloud Vertex AI - Blog related notebook and scripts ( #236 )
...
* PyTorch on Vertex - Updated to match GCPC v0.2.2 API
* PyTorch on Vertex - Fixes based on review comments
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com >
2022-01-26 08:46:09 -06:00
nicain and GitHub
bf35d6a07c
Add metadata to hide cells ( #226 )
2022-01-21 14:57:24 -08:00
Rajesh Thallam and GitHub
fcee9bf738
[community-content] PyTorch on Google Cloud Vertex AI - Blog related notebook and scripts ( #227 )
...
* PyTorch on Vertex - Adding pipelines notebook
* PyTorch on Vertex - Updating pipelines notebook
* PyTorch on Vertex - Updating pipelines notebook, clearing outputs
* PyTorch on Vertex - Updating pipelines notebook
* PyTorch on Vertex - reverting serving Dockerfile changes
* PyTorch on Vertex - linting fixes
* PyTorch on Vertex - updates to README
* PyTorch on Vertex - linter related fixes
2022-01-20 13:20:00 -06:00
nicain and GitHub
cc2f3408ad
Update Run After --> Run Selected Cell and All Below ( #228 )
2022-01-20 08:07:31 -06:00
nicain and GitHub
89fb218041
Alphafold on gcp tutorial ( #221 )
...
* Original alphafold Dockerfile and notebook as a starting point
* Migrate dependencies from notebook into Dockerfile
* adding build_docker.sh script for building docker image
* remove cell, and replace with accelerator configuration cell. Also remove dependency on google.colab
* dockerfile remove redundant
* Changing text in launch button
* add vertexai.png
* update notebook, including permalink to vertexai.png
* updating notebook markdown and correcting the vertexai.png image display
* add div brackets and fix broken launch link
* table instead of div
* width=40
* resizing vertexai image
* updated FAQ
* updated Licence
* add back in the output_file zip
* launch button at top of notebook
* default workdir aligned with JuptyerLab home directory
* intro paragraph
* update CPU instructions
* exchange notebook title and launch header
* Dockerfile license
* collapsing cells
* splitting out sequences into un-collapsed cell
* Update licence
* update download instructions text
* Remove "double-click" text
* hide cells
* Increasing indent to pass linting for alphafold_on_gcp (#224 )
* increasing indent to pass linting
* more linting
* wild
* AMBER relaxation f-string
* hidden cells
* wild commit
* move links to main
2022-01-19 18:47:21 -08:00
31487745d6
build(deps): bump tensorflow ( #138 )
...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow ) from 2.4.1 to 2.5.2.
- [Release notes](https://github.com/tensorflow/tensorflow/releases )
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md )
- [Commits](https://github.com/tensorflow/tensorflow/compare/v2.4.1...v2.5.2 )
---
updated-dependencies:
- dependency-name: tensorflow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-10 18:02:45 -06:00
91440922b5
build(deps): bump tensorflow ( #136 )
...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow ) from 2.5.0 to 2.5.2.
- [Release notes](https://github.com/tensorflow/tensorflow/releases )
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md )
- [Commits](https://github.com/tensorflow/tensorflow/compare/v2.5.0...v2.5.2 )
---
updated-dependencies:
- dependency-name: tensorflow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-10 15:23:36 -06:00
e15cc7e3cd
build(deps): bump tensorflow ( #137 )
...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow ) from 2.5.1 to 2.5.2.
- [Release notes](https://github.com/tensorflow/tensorflow/releases )
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md )
- [Commits](https://github.com/tensorflow/tensorflow/compare/v2.5.1...v2.5.2 )
---
updated-dependencies:
- dependency-name: tensorflow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-10 15:22:56 -06:00
c6e767edaf
Train and deploy end-to-end sklearn text classifier ( #122 )
...
* added sklearn-example
* nb formatting
* added readme
* added endpoint to notebook
* nb formatting
* added endpoint prediction example
* nb formatting
* fixed request
* minor woring fixes in docstrings
* added codeowner and included PR feedback
Co-authored-by: Maximilian Engelhardt <maximilian.engelhardt@ing.com >
2021-11-10 15:20:57 -06:00
176c79033d
build(deps): bump tensorflow ( #135 )
...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow ) from 2.5.0 to 2.5.2.
- [Release notes](https://github.com/tensorflow/tensorflow/releases )
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md )
- [Commits](https://github.com/tensorflow/tensorflow/compare/v2.5.0...v2.5.2 )
---
updated-dependencies:
- dependency-name: tensorflow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-10 15:02:46 -06:00
Morgan Du and GitHub
30b718f8c1
Feat: use gcsfuse ( #109 )
...
* fix: add replica_count
* change to gcsfuse
2021-10-25 13:31:18 -07:00
Ivan Cheung and GitHub
07f2385ea9
Create CODEOWNERS
2021-10-25 14:30:15 -04:00
Alexey Volkov and GitHub
74dfd10f3d
Made the Reinforcement Learning components shareable in the tf_agents_bandits_movie_recommendation_with_kfp_and_vertex_sdk sample ( #34 )
...
* Made the Reinforcement Learning components shareable
Also made couple of fixes.
* Updated the sample pipeline
* Replaced .after with data passing
* Formatted the notebook using tensorflow_docs.tools.nbfmt
* Fixed all linter errors
* Updated the component URLs
2021-08-26 15:49:32 -04:00
Morgan Du and GitHub
68703f8703
content: add TF-Keras Text Classification Distributed Single Worker GPUs using Vertex Training with Local Mode Container ( #41 )
2021-08-23 15:17:05 -07:00
Morgan Du and GitHub
0be0e908dd
content: add tf-keras-img-cls-dist-multi-worker-cpu-cust-cont ( #39 )
2021-08-23 15:13:13 -07:00
Morgan Du and GitHub
b994d5bb97
content: add PyTorch Image Classification Single GPU using Vertex Training with Custom Container and Prediction with Custom TorchServe Container ( #38 )
2021-08-23 15:05:40 -07:00
Morgan Du and GitHub
af764b0d98
content: add pytorch-img-cls-multi-node-ddp-cust-cont ( #37 )
2021-08-23 14:44:55 -07:00
Morgan Du and GitHub
f36ba7ccfc
Update README.md
2021-08-18 15:07:52 -07:00
Rajesh Thallam and GitHub
f75352aaae
[community-content] PyTorch on Google Cloud Vertex AI - Blog related notebook and scripts ( #23 )
...
* pytorch on vertex: initial commit
* pytorch on vertex: reorg dir structure with new repo changes
* pytorch on vertex: add cleanup script and update README files
* pytorch on vertex: remove references to bucket names
* PyTorch on Vertex: Updated with linter suggested changes
* PyTorch on Vertex: dry-run and set resource names consistent with app name
* PyTorch on Vertex: update CODEOWNERS
* Pytorch on Vertex: Reorganized directory structure
2021-08-16 09:44:37 -07:00
Kathy Yu and GitHub
ee6dd35732
Add step-by-step and pipeline tutorials for reinforcement learning with Vertex AI. ( #19 )
...
* Added step-by-step and pipeline tutorials for reinforcement learning with Vertex AI.
* Add READMEs for the step-by-step and end-to-end MLOps pipeline prototypes.
* Make dir and file names more descriptive, and adjust embedded links. Directly load dataset from remote bucket.
* Add TF-Agents bandits movie RecSys demo owner.
2021-08-06 13:31:05 -07:00
Morgan Du and GitHub
60456fadd2
reorg repo structure and modify PR template ( #22 )
2021-08-04 18:07:57 -07:00