Vertex AI での TensorFlow モデルのトレーニングとデプロイ のレビュー
4559 件のレビュー
Tadeu Migowski Josemar · 約1年前にレビュー済み
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)
Falkosky Cody · 約1年前にレビュー済み
Rodriguez Barragan Karina Esther · 約1年前にレビュー済み
Valnieri dos Santos Wendell · 約1年前にレビュー済み
Lurani Cernuschi Agostino · 約1年前にレビュー済み
mishra sambit · 約1年前にレビュー済み
The tensorflow instance doesnt exist anymore. It fails the notebook
LaBarre Matt · 約1年前にレビュー済み
Junior Jair · 約1年前にレビュー済み
G saleem · 約1年前にレビュー済み
GOHIL MOHIT · 約1年前にレビュー済み
mishra sambit · 約1年前にレビュー済み
mishra sambit · 約1年前にレビュー済み
workbench裡的notebook已經不支援TF2.6了,requirements.txt裡的東西安裝不完全
葉 明蒼 · 約1年前にレビュー済み
Milagres Rogerio · 約1年前にレビュー済み
Negash Yared · 約1年前にレビュー済み
palanisamy vadivel · 約1年前にレビュー済み
CARIEL Aurélie · 約1年前にレビュー済み
Abbache Inès · 約1年前にレビュー済み
ellyes khalfaoui · 約1年前にレビュー済み
good
RAMMOHAN REDDY KASIREDDY · 約1年前にレビュー済み
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
CARIEL Aurélie · 約1年前にレビュー済み
Ghatage Anant · 約1年前にレビュー済み
Figlewicz Marcin · 約1年前にレビュー済み
Altilio Tomas · 約1年前にレビュー済み
Nice Training
Kumar Manish · 約1年前にレビュー済み
公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。