MAFAT Satellite Vision Challenge Forum

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

> collect statistics on test

Hey,
I'm trying to use the collect_statistics_iter function but I'm not sure how it's working ..
I have set make_initial_pass_over_dataset to True and tried to use update_model function, but I'm getting this error:
AttributeError: 'model' object has no attribute 'std'

It seems to me that the call to collect_statistics_iter is not happening.
How it should be done?

Posted by: shayk @ April 4, 2023, 10:53 a.m.

Hi,

You do not need to call update_model, just implement the function according to what you want to update in your model (our code will call the function after the initial pass over the dataset).

Please refer to the FQA section (https://codalab.lisn.upsaclay.fr/competitions/9603#learn_the_details-faq) and review previous topics in the forum (https://codalab.lisn.upsaclay.fr/forums/9563/1339/) for further details on how the initial pass mechanism works

Shai,
MAFAT Challenge Team

Posted by: MAFAT_Challenge @ April 4, 2023, 2:41 p.m.
Post in this thread