I freeze a model into 8-bit using https://github.com/TexasInstruments/edgeai-tidl-tools TAg:8.02(osrt_python). the output layer of model is a sigmoid layer! when I freeze sigmoid layer,The output result is no longer within a reasonable range. If I freeze model without sigmoid and figure it out with post-processing, everything is ok. but 8.01 tag(code) can freeze sigmoid layer successful. So, what steps should I take with Tag:8.02