Why validation (PC or target) is failing on my model ?
Hello,
my model uses 2 SeparableConv2D, I am getting high error values when running validation :
Ref layer 0 matched with C layer 1, error: 0.63482046
Ref layer 1 matched with C layer 3, error: 0.58572435
Ref layer 4 matched with C layer 5, error: 0.474215
Ref layer 5 matched with C layer 6, error: 1.0003685
I made sure my model is using float32 so there should not be any precision errors.
I does not depend on precision level
I get the same error level with data coming from my actual dataset
Could it be a problem in C implementation of those SeparableConv2D layers ?
Could it be possible to get the code of the .a library for debugging purpose ?
thanks by advance
Julien
