If some layers of my TensorFlow model must be in training mode to work properly, what should I do to export the correct onnx #2379
Labels
question
An issue, pull request, or discussion needs more information
Ask a Question
My model has some BatchNormalization layers, and when I try to switch to testing mode, the results I get are completely different from those in training mode. What should I do to correctly export onnx?
Further information
Model name:
phynet
model code:
output ,eval was onnx/tf ,train was tf source
Model opset:
18
Notes
The text was updated successfully, but these errors were encountered: