[DEPRECATED] Training and Deploying a TensorFlow Model in Vertex AI Reviews
Loading...
No results found.

Apply your skills in Google Cloud console

[DEPRECATED] Training and Deploying a TensorFlow Model in Vertex AI Reviews

4558 reviews

Good lab, missing the following code to run correctly, insert after cell "# BigQuery constants. Please leave these unchanged.": !pip install openpyxl wget from google.cloud import bigquery # Initialize the BigQuery client client = bigquery.Client() # Define the schema schema = [ bigquery.SchemaField("InvoiceNo", "STRING"), bigquery.SchemaField("StockCode", "STRING"), bigquery.SchemaField("Description", "STRING", mode="NULLABLE"), bigquery.SchemaField("Quantity", "INTEGER"), bigquery.SchemaField("InvoiceDate", "TIMESTAMP"), bigquery.SchemaField("UnitPrice", "FLOAT"), bigquery.SchemaField("CustomerID", "STRING", mode="NULLABLE"), bigquery.SchemaField("Country", "STRING"), ] # define bq dataset location dataset = f"{PROJECT_ID}.online_retail" # Create the tables for table_name in [BQ_RAW_TABLE_NAME, BQ_CLEAN_TABLE_NAME, BQ_ML_TABLE_NAME]: table = bigquery.Table(dataset+'.'table_name+, schema=schema) table = client.create_table(table)

Cody F. · Reviewed 10 months ago

Karina Esther R. · Reviewed 10 months ago

Wendell V. · Reviewed 10 months ago

Agostino L. · Reviewed 10 months ago

sambit m. · Reviewed 10 months ago

The tensorflow instance doesnt exist anymore. It fails the notebook

Matt L. · Reviewed 10 months ago

Jair J. · Reviewed 10 months ago

saleem G. · Reviewed 10 months ago

MOHIT G. · Reviewed 10 months ago

sambit m. · Reviewed 10 months ago

sambit m. · Reviewed 10 months ago

workbench裡的notebook已經不支援TF2.6了,requirements.txt裡的東西安裝不完全

明蒼 葉. · Reviewed 10 months ago

Rogerio M. · Reviewed 10 months ago

Yared N. · Reviewed 10 months ago

vadivel p. · Reviewed 10 months ago

Aurélie C. · Reviewed 10 months ago

Inès A. · Reviewed 10 months ago

khalfaoui e. · Reviewed 10 months ago

good

KASIREDDY R. · Reviewed 10 months ago

Je n'ai pas accès aux outils malgré avoir respecté ce qui avait été demandé. Les modalités à respecter ne sont peut être plus à jour. A revoir

Aurélie C. · Reviewed 10 months ago

Anant G. · Reviewed 10 months ago

Marcin F. · Reviewed 10 months ago

Tomas A. · Reviewed 10 months ago

Nice Training

Manish K. · Reviewed 10 months ago

Tomas A. · Reviewed 10 months ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.