UNQ_C8 error: "list indices must be integers or slices, not str"

Fixed it! In UNK_C6: DecoderBlock, feed_forward, I had used tl.Dropout(dropout, mode), instead of tl.Dropout(dropout, mode = mode) - thusly giving parameters in the wrong order. Thank you!

7 Likes