Grader error in create_batch_dataset function

It shows grader error and for some reason GRULM isn’t being graded either even if all the test cases are passed

Hi @TANISHA_KAUR, send me your notebook via DM and I’ll take a look.

So I took a look and create_batch_dataset does have an error. When defining all_ids, you want to pass in a string and not a list to line_to_tensor.

As for GRULM this is an error on our side. When defining the activation function please use tf.nn.log_softmax and you should get full grade. We will patch the grader to fix this.

Thank you so much, my error has been resolved!!

{Assignment notebook removed by moderator, against community guidelines}
I am getting an error in the translate function in the Course 4 Week 1’s assignment