Como treinar e implantar um modelo do TensorFlow na Vertex AI avaliações
4559 avaliações
nice
Jeffrey C. · Revisado há about 1 year
Handojo T. · Revisado há about 1 year
thara s. · Revisado há about 1 year
Alexis A. · Revisado há about 1 year
Avadhut M. · Revisado há about 1 year
good
Mohd v. · Revisado há about 1 year
Shivani B. · Revisado há about 1 year
Krzysztof S. · Revisado há about 1 year
Masato N. · Revisado há about 1 year
Naura J. · Revisado há about 1 year
YB Aditya Tri Agam P. · Revisado há about 1 year
Arnold M. · Revisado há about 1 year
Diego S. · Revisado há about 1 year
Francis L. · Revisado há about 1 year
borhen y. · Revisado há about 1 year
Sergiu S. · Revisado há about 1 year
ljing l. · Revisado há about 1 year
Vu N. · Revisado há 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. · Revisado há about 1 year
Venkatesh C. · Revisado há about 1 year
Kanchan M. · Revisado há about 1 year
Kanchan M. · Revisado há about 1 year
Bianca A. · Revisado há 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. · Revisado há about 1 year
Cera G. · Revisado há about 1 year
Não garantimos que as avaliações publicadas sejam de consumidores que compraram ou usaram os produtos. As avaliações não são verificadas pelo Google.