MAFAT Challenge - WiFi Sensing: Non Invasive Human Presence Detection - Track 1 Forum

Go back to competition Back to thread list Post in this thread

> A competitor has asked us regarding a submission failure issue

Q: "I have trained my model in google colab notebook. It works well in google colab notebook but when i uploaded it in coda lab server it is showing an error. Can you please look into it?"

Posted by: MAFAT_Challenge @ April 19, 2022, 7:36 a.m.

Hi,
Thank you for participating in the competition.
We checked your model and saw that you didn't change the predict function to fit your model, and you got an error:
AttributeError: 'Sequential' object has no attribute 'predict_proba'
You should change the load and predict functions in model.py script that fit to your model.
After every submission you can see the error log of every stage in the submission process and to see the error that you get.
Good luck,
MAFAT challenge team

Posted by: MAFAT_Challenge @ April 19, 2022, 7:36 a.m.
Post in this thread