Hi,
I can’t figure out what’s wrong with my code, but the grader seems to give me only 66% marks. Below is the grader output.
In Jupyter, I got “all tests passes” for all cells. The training and validation set loss / accuracy vs epoch looks great.
Please help to provide me feedback that I can understand and use to improve my understanding.
Code Cell UNQ_C1: Function ‘data_augmenter’ is correct.
Code Cell UNQ_C2: Unexpected error (ValueError(‘The first argument to Layer.call
must always be passed.’)) occurred during function check. We expected function alpaca_model
to return alpaca_model test 1 failed. Please check that this function is defined properly.
Code Cell UNQ_C3: The value of your variable ‘loss_function’ is correct.
Code Cell UNQ_C3: The value of your variable ‘optimizer’ is correct.
Code Cell UNQ_C3: The value of your variable ‘metrics’ is correct.
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.