David Cavazos
David Cavazos
Hi, I found an inconsistency while unifying type variables. ## SSCCE This works as expected, the type `a` unifies with type `b` and we don't get any errors. ```elm k...
## Description This is an end-to-end sample to train a PyTorch model in Google Cloud. It uses Dataflow to create the datasets using Earth Engine data, then trains a PyTorch...
It would be great to have support for `pyproject.toml` files. This is the [new official way to specify PyPI packages](https://packaging.python.org/en/latest/specifications/declaring-project-metadata) as described in [PEP-621](https://peps.python.org/pep-0621), recommended over `setup.py` and `setup.cfg` files....
## Main changes > ⚠️ **Note**: This PR includes breaking changes, but will make the code and maintenance simpler at the long run. ### Terraform - Simplify terraform to make...
Internal: [b/342005108](http://b/342005108) Adds the Eventarc product for consistency with the architecture diagram.
Fixes: #119 Fixes: #117 - Update the tuning dataset for Gemini - Include links to the Neos tutorials from the notebook - Use Gemini for model tuning in the notebook...
This requires changes to: - [ ] [Predictions notebook](../blob/main/notebooks/model-predictions.ipynb) - [ ] Model tuning Neos tutorial
Currently the tests are running locally in pytest. There should be an additional test that deploys the webhook into Cloud Functions along with the Eventarc trigger, and it should simply...
If someone open the notebook as the first thing, nothing will work since they need to complete the Neos tutorials first. So we need to add a small description at...
## Description Package-level testing on GitHub actions. ## Checklist - [ ] I have followed [Sample Guidelines from AUTHORING_GUIDE.MD](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/main/AUTHORING_GUIDE.md) - [ ] README is updated to include [all relevant information](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/main/AUTHORING_GUIDE.md#readme-file)...