I am doing Exercise 2 - Alpaca Model but my code doesn’t pass the test case :
I cross checked data_augmenter function and it’s as per the exact specifications required.
Please help.
I am doing Exercise 2 - Alpaca Model but my code doesn’t pass the test case :
I cross checked data_augmenter function and it’s as per the exact specifications required.
Please help.
You did not post the most important information - your results from printing the layer summary.
I suspect your alpaca_model is missing a layer, maybe the Input layer.
Sorry, my bad. I thought that posting layer summary was against the code of conduct here.
This is my model summary and it has Input layer
Posting your code is what is not allowed.
Are you using data augmenter correctly? Because it is what generates the three layers you have incorrect - Sequential and the two OpLayers.