关于“[DEPRECATED] Training and Deploying a TensorFlow Model in Vertex AI”的评价
4559 条评价
nice
Jeffrey C. · 已于 about 1 year前审核
Handojo T. · 已于 about 1 year前审核
thara s. · 已于 about 1 year前审核
Alexis A. · 已于 about 1 year前审核
Avadhut M. · 已于 about 1 year前审核
good
Mohd v. · 已于 about 1 year前审核
Shivani B. · 已于 about 1 year前审核
Krzysztof S. · 已于 about 1 year前审核
Masato N. · 已于 about 1 year前审核
Naura J. · 已于 about 1 year前审核
YB Aditya Tri Agam P. · 已于 about 1 year前审核
Arnold M. · 已于 about 1 year前审核
Diego S. · 已于 about 1 year前审核
Francis L. · 已于 about 1 year前审核
borhen y. · 已于 about 1 year前审核
Sergiu S. · 已于 about 1 year前审核
ljing l. · 已于 about 1 year前审核
Vu N. · 已于 about 1 year前审核
Time window is not enough considering the fact that there are 2 * 20 minutes, 1 * 15 minutes waiting times in some cells.
Emre S. · 已于 about 1 year前审核
Venkatesh C. · 已于 about 1 year前审核
Kanchan M. · 已于 about 1 year前审核
Kanchan M. · 已于 about 1 year前审核
Bianca A. · 已于 about 1 year前审核
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'
Chen Y. · 已于 about 1 year前审核
Cera G. · 已于 about 1 year前审核
我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。