Week 2 Course 5 Emojify


This cell takes me forever to execute. Please help me out with this. Thanks!

Hi @vuquangtruong ,

Have you set the Embedding() to non-trainable in pretrained_embedding_layer()

Yes. I set trainable = False. But it still takes me forever to run :((

Hi @vuquangtruong ,

One way to find out where the problem might be is to put print statements in that section of the code enclosed by the ‘START CODE HERE’ and ‘END CODE HERE’ comments.
By stepping through each line of the code in the section, you should be able to see where the problem is.