Hello,
I am working on the activity “Programming Assignment: Transformers Architecture with TensorFlow”, I reviewed the codes in all cells and they were all executed successfully.
When I submit the activity to “grid” the following errors occur.
Code Cell UNQ_C1: Function ‘get_angles’ is correct.
Code Cell UNQ_C2: Function ‘positional_encoding’ is correct.
cell_UNQ_C3 function scaled_dot_product_attention failed test 2(with mask)
cell_UNQ_C4 function EncoderLayer.call failed test 1
cell_UNQ_C5 function Encoder.call failed test 1
cell_UNQ_C6 function DecoderLayer failed test 1
cell_UNQ_C7 function Decoder.call failed test 1
cell_UNQ_C8 function Transformer.call failed test 1
If you see many functions being marked as incorrect, try to trace back your steps & identify if there is an incorrect function that is being used in other steps.
This dependency may be the cause of the errors.
Already tried:
- review previous codes;
- I shutdown the server
- I executed the “Run” command for each cell
- I assessed whether there were repetitions
I know how fix this?
Thanks in advance