Vertex AI での TensorFlow モデルのトレーニングとデプロイ のレビュー
4559 件のレビュー
nice
Cual Jeffrey · 約1年前にレビュー済み
Triyanto Handojo · 約1年前にレビュー済み
savio thara · 約1年前にレビュー済み
Alduncin Alexis · 約1年前にレビュー済み
Magar Avadhut · 約1年前にレビュー済み
good
vaqui Mohd · 約1年前にレビュー済み
Bansal Shivani · 約1年前にレビュー済み
Stolarek Krzysztof · 約1年前にレビュー済み
Namiki Masato · 約1年前にレビュー済み
Jasmine Azzahra Naura · 約1年前にレビュー済み
Purnomo YB Aditya Tri Agam · 約1年前にレビュー済み
Morales Arnold · 約1年前にレビュー済み
Santos Rodriguez Diego · 約1年前にレビュー済み
Liu Francis · 約1年前にレビュー済み
yakoubi borhen · 約1年前にレビュー済み
Signin Sergiu · 約1年前にレビュー済み
ljing ljing · 約1年前にレビュー済み
Nguyen Vu · 約1年前にレビュー済み
Time window is not enough considering the fact that there are 2 * 20 minutes, 1 * 15 minutes waiting times in some cells.
Sezginalp Emre · 約1年前にレビュー済み
Coimbatore Kannan Venkatesh · 約1年前にレビュー済み
Mangrule Kanchan · 約1年前にレビュー済み
Mangrule Kanchan · 約1年前にレビュー済み
Andrei Bianca · 約1年前にレビュー済み
Had this error: --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[36], line 37 31 model.compile(loss=tf.keras.losses.MAE, 32 optimizer=optimizer, 33 metrics=[['mae', 'mse', rmse]]) 35 return model ---> 37 model = build_model() Cell In[36], line 20, in build_model() 14 input_layers = { 15 feature.key: tf.keras.layers.Input(name=feature.key, shape=(), dtype=tf.float32) 16 for feature in feature_columns 17 } 19 # Keras Functional API: https://keras.io/guides/functional_api ---> 20 inputs = tf.keras.layers.DenseFeatures(feature_columns, name='inputs')(input_layers) 21 d1 = tf.keras.layers.Dense(256, activation=tf.nn.relu, name='d1')(inputs) 22 d2 = tf.keras.layers.Dropout(0.2, name='d2')(d1) AttributeError: module 'keras._tf_keras.keras.layers' has no attribute 'DenseFeatures'
Yuan Chen · 約1年前にレビュー済み
Ghang Cera · 約1年前にレビュー済み
公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。