Network_binary.nb not generated

I’m trying to convert MobilenetV2 model from TF lite. First 2 scripts (import model and quantize) running properly. But after running export case code i receiving error that network_binary.nb is missing.

@Danylo_Hartwig Please provide the log information when the error occurred. Otherwise I can’t tell where the problem is

Any errors, it generating all files *.c , *.h except .nb files and not printing any errors or warnings.

@Danylo_Hartwig How do you run your case code ?

I build docker container from Dockerfile in sdk and then run modified scripts in conversion_scripts folder.

@Danylo_Hartwig I mean how do you run your compiled executable file on the board