Gonzalo Gasca Meza

Results 21 issues of Gonzalo Gasca Meza

Just deployed: vic-v1.5.4-7589-e70af4fe.ova Used Public IP address, DNS, NTP, no custom certificates. ![image](https://user-images.githubusercontent.com/30065079/71933650-8c100f80-3157-11ea-919a-7fdf6ce5a29f.png) I get: ``` The VIC Appliance is initializing VIC Appliance services are starting. This may take several...

Anyone care to comment training times for this model? CPU/GPU/TPU? I'm thinking in creating a Google Cloud ML Engine package for this (For both training and serving)

Replace map and lambdas with list comprehension.

Display folder structure after data preparation using tree.

### Checklist - [X] I added a descriptive title - [X] I searched for other speed issues and didn't find a duplicate ### What happened? Machine type: n1-standard-1 (1 CPU...

type::feature
tag::performance

As part of AI Platform Notebooks DLVM OS, when a user saves a Notebook (.ipynb) file, metadata is written to define image version/container. Provide ability of tensorflow-cloud to infer Metadata...

Opening this issue to add support to Google Cloud Dataproc for Avro2TF. 1. Add initialization [action](https://github.com/GoogleCloudPlatform/dataproc-initialization-actions) 2. Create example (Read BigQuery table (Public Datasets), export table to Avro format and...

Added documentation for different model sizes

Add similar behavior as [retrying](https://pypi.org/project/retrying/) ``` def retry_if_result_none(result): """Return True if we should retry (in this case when result is None), False otherwise""" return result is None @retry(retry_on_result=retry_if_result_none) def might_return_none():...

## Description Unable to display button. Get "Error displaying widget" error ![image](https://user-images.githubusercontent.com/30065079/191918192-c3852de9-811c-470f-95d9-54129b4173dd.png) ## Reproduce Create a new User Managed Notebook (Google Cloud) ``` import ipywidgets as widgets test_button = widgets.Button(value='Press...