Week 2, Assignment 2, Exercise 2 - Alpaca Model

Please can someone give more details on the Alpaca model implementation?

I have implemented the three steps in instructions, but am struggling on the correct inputs to each “None” element?

Thanks,
Josh

Hey, which of the None statements are you having trouble filling up with?

Average pooling, dropout and prediction layer at the end - think I have the earlier steps.

1 Like

@XpRienzo - do you have any pointers?

Apologies for the late reply, I’ve kind of been busy this week. For the average pooling, you just have to apply global average pooling like you would do in functional api. You remember the second assignment of week 1? You’ll have to use tfl (tensorflow.keras.layers) to import the layers you want to use. I’ll advice looking the layers up here