리뷰 Vertex AI에서의 TensorFlow 모델 학습 및 배포개

리뷰 4559개

nice

Jeffrey C. · 대략 1년 전에 리뷰됨

Handojo T. · 대략 1년 전에 리뷰됨

thara s. · 대략 1년 전에 리뷰됨

Alexis A. · 대략 1년 전에 리뷰됨

Avadhut M. · 대략 1년 전에 리뷰됨

good

Mohd v. · 대략 1년 전에 리뷰됨

Shivani B. · 대략 1년 전에 리뷰됨

Krzysztof S. · 대략 1년 전에 리뷰됨

Masato N. · 대략 1년 전에 리뷰됨

Naura J. · 대략 1년 전에 리뷰됨

YB Aditya Tri Agam P. · 대략 1년 전에 리뷰됨

Arnold M. · 대략 1년 전에 리뷰됨

Diego S. · 대략 1년 전에 리뷰됨

Francis L. · 대략 1년 전에 리뷰됨

borhen y. · 대략 1년 전에 리뷰됨

Sergiu S. · 대략 1년 전에 리뷰됨

ljing l. · 대략 1년 전에 리뷰됨

Vu N. · 대략 1년 전에 리뷰됨

Time window is not enough considering the fact that there are 2 * 20 minutes, 1 * 15 minutes waiting times in some cells.

Emre S. · 대략 1년 전에 리뷰됨

Venkatesh C. · 대략 1년 전에 리뷰됨

Kanchan M. · 대략 1년 전에 리뷰됨

Kanchan M. · 대략 1년 전에 리뷰됨

Bianca A. · 대략 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'

Chen Y. · 대략 1년 전에 리뷰됨

Cera G. · 대략 1년 전에 리뷰됨

Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.