Hi,
I’ve just completed my M3 Graded Lab with 100%.
But what surprise me is that the fine tuned model has Accuracy: 0.000 (0/300).
I guess I did some mistake but hard to find it since the submissions gives me 100%.
Any idea?
Thanks,
Al
Hi,
I’ve just completed my M3 Graded Lab with 100%.
But what surprise me is that the fine tuned model has Accuracy: 0.000 (0/300).
I guess I did some mistake but hard to find it since the submissions gives me 100%.
Any idea?
Thanks,
Al
Found the bug.
Counting in the evaluate_model function was missing the conversion to float causing the final evaluation result to show zero (but still got 100% pass).
Al