High Dynamic Range Challenge

akhil

New member
Does input resolution of tflite should also be the size of dataset that is given in this competition?
 

Andrey Ignatov

Administrator
Staff member
If I use PyTorch to train my model, there is a transpose layer to turn from NCHW to NHWC in my exported .tflite model. Can this kind of model submit successful?

Yes, this should be fine - only NHWC format is supported properly by TensorFlow Lite, thus ONNX-TensorFlow converter inserts the transpose layer. You can submit this model as long as it runs fine with the AI Benchmark using the NNAPI acceleration option.
 

xiongyineng

New member
Hi Ignatov,
I saw there's a timeline '04.02.2021 Paper submission deadline for entries from the challenge'
Does it means my score is invalid if I participate in the competition after 04.02 ?
 

Densen

New member
It was mentioned in Codalab that if the tflite model is zipped along with the predictions and then submitted, the model will be evaluated on Huawei P40 Pro device. But the link to view the runtime for the same has not been updated yet. Is this accessible only in the testing phase ?
 

Densen

New member
The link to test data input is not provided yet in Codalab. Is there some other platform where I can find it ?
 

Densen

New member
Is this challenge still open ? My submission fails when I upload the results to test server in Codalab.Capture.PNG
 
Top