sina chavoshi
sina chavoshi
preemptible instance have a significantly lower cost, which makes the perfectly suitable for individual users and experimental projects. This issue has been raised by users.
Using AI Platform hosted notebooks, we created an Jupyter notebook with the model that we are were planning to train and saved it. We created a separate notebook in which...
Currently tensorflow-cloud could build option does not use [Kaniko cache](https://cloud.google.com/cloud-build/docs/kaniko-cache#kaniko-build). Enabling Kaniko cache could significantly speed up the container build process.
Add high cpu configurations 8, 16, 32, and 64 cores to COMMON_MACHINE_CONFIGS Similar to K80_1,... k80_8 support in [machine_config.py](https://github.com/tensorflow/cloud/blob/master/src/python/tensorflow_cloud/core/machine_config.py)
This is a request for a new feature to allow users to provide a service account for AIP training to connect to other services. In particular we were planning to...
tensoflow_cloud.run() can not detect the requirements when running in terminal under DLVM / DL-container. This is possibly because some of the installed packages are sourced from files rather than packages...
github actions currently only runs on core tests ... this is to add github actions for cloud_fit and cloudtuner
This is a tracking task to add a license checker to Github Actions CI to ensure files without license are not checked in accidentally. This should cover .cpp & .py...
tensorflow_cloud/core/tests/unit/deploy_test.py line 32: from mock import call, patch: Ambiguous import: "call" from package "mock": cannot determine whether "call" is an attribute on the package, or a module . line 32:...
src/python/tensorflow_cloud/core/tests/unit/validate_test.py, no direct deps found for imports: line 20: from mock import patch: Ambiguous import: "patch" from package "mock": cannot determine whether "patch" is an attribute on the package, or...