리뷰 TensorFlow Dataset API개

리뷰 19185개

Jan K. · 2년 초과 전에 리뷰됨

Rohith Kumar B. · 2년 초과 전에 리뷰됨

Sergyi H. · 2년 초과 전에 리뷰됨

Vikram M. · 2년 초과 전에 리뷰됨

I had some difficulty following along with this lab since the previous lab exercise was not included in this course. I would recommend adding the first lab in that folder to the course since future labs reference it.

Charles B. · 2년 초과 전에 리뷰됨

Olha B. · 2년 초과 전에 리뷰됨

Need more clarity on where to run the commands - on Terminal or just click on the arrow of the instructions window?

ep m. · 2년 초과 전에 리뷰됨

Alejandro A. · 2년 초과 전에 리뷰됨

Adán T. · 2년 초과 전에 리뷰됨

Santosh S. · 2년 초과 전에 리뷰됨

Rafael G. · 2년 초과 전에 리뷰됨

Stepan G. · 2년 초과 전에 리뷰됨

Pablo Leonardo L. · 2년 초과 전에 리뷰됨

Tomas B. · 2년 초과 전에 리뷰됨

Sonali R. · 2년 초과 전에 리뷰됨

Николай К. · 2년 초과 전에 리뷰됨

Gaurav P. · 2년 초과 전에 리뷰됨

Tejas T. · 2년 초과 전에 리뷰됨

Siwatchara S. · 2년 초과 전에 리뷰됨

Sharad Kumar G. · 2년 초과 전에 리뷰됨

quite messy unclear how to do tutorials with this part, and functions are not working as expected. lab task #2 --------------------------------------------------------------------------- AssertionError Traceback (most recent call last) Cell In[66], line 26 23 loss =loss_mse(X_batch, Y_batch, w0, w1) # TODO -- Your code here. 24 print(MSG.format(step=step, loss=loss, w0=w0.numpy(), w1=w1.numpy())) ---> 26 assert loss < 0.0001 27 assert abs(w0 - 2) < 0.001 28 assert abs(w1 - 10) < 0.001 AssertionError: part 4b AttributeError Traceback (most recent call last) Cell In[108], line 5 1 BATCH_SIZE = 2 3 tempds = create_dataset('../toy_data/taxi-train*', batch_size=2) ----> 5 for X_batch, Y_batch in tempds.take(2): 6 pprint({k: v.numpy() for k, v in X_batch.items()}) 7 print(Y_batch.numpy(), "\n") AttributeError: 'tuple' object has no attribute 'take' part 4c --------------------------------------------------------------------------- TypeError Traceback (most recent call last) Cell In[112], line 1 ----> 1 tempds = create_dataset('../toy_data/taxi-train*', 2, 'train') 2 print(list(tempds.take(1))) Cell In[111], line 6, in create_dataset(pattern, batch_size, mode) 2 def create_dataset(pattern, batch_size=1, mode='eval'): 3 dataset = tf.data.experimental.make_csv_dataset( 4 pattern, batch_size, CSV_COLUMNS, DEFAULTS) ----> 6 dataset = tf.data(pattern) # TODO -- Your code here. 8 if mode == 'train': 9 dataset = dataset.shuffle() # TODO -- Your code here. TypeError: 'module' object is not callable

Mika K. · 2년 초과 전에 리뷰됨

Walter D. · 2년 초과 전에 리뷰됨

Alfredo B. · 2년 초과 전에 리뷰됨

Marc N. · 2년 초과 전에 리뷰됨

W T. · 2년 초과 전에 리뷰됨

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