关于“[DEPRECATED] Training and Deploying a TensorFlow Model in Vertex AI”的评价
正在加载…
未找到任何结果。

在 Google Cloud 控制台中运用您的技能

关于“[DEPRECATED] Training and Deploying a TensorFlow Model in Vertex AI”的评价

评论

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. · 评论10 months之前

Karina Esther R. · 评论10 months之前

Wendell V. · 评论10 months之前

Agostino L. · 评论10 months之前

sambit m. · 评论10 months之前

The tensorflow instance doesnt exist anymore. It fails the notebook

Matt L. · 评论10 months之前

Jair J. · 评论10 months之前

saleem G. · 评论10 months之前

MOHIT G. · 评论10 months之前

sambit m. · 评论10 months之前

sambit m. · 评论10 months之前

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

明蒼 葉. · 评论10 months之前

Rogerio M. · 评论10 months之前

Yared N. · 评论10 months之前

vadivel p. · 评论10 months之前

Aurélie C. · 评论10 months之前

Inès A. · 评论10 months之前

khalfaoui e. · 评论10 months之前

good

KASIREDDY R. · 评论10 months之前

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. · 评论10 months之前

Anant G. · 评论10 months之前

Marcin F. · 评论10 months之前

Tomas A. · 评论10 months之前

Nice Training

Manish K. · 评论10 months之前

Tomas A. · 评论10 months之前

我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。