Closed danielholanda closed 1 year ago
src/onnxflow/common/tensor_helpers.py:30: save_inputs() converts inputs to FP16 even when the FP16 is not part of the user-provided custom sequence.
src/onnxflow/common/tensor_helpers.py:30: save_inputs()
Ensure that inputs are only converted to FP16 when the FP16 stage is used.
Issue
src/onnxflow/common/tensor_helpers.py:30: save_inputs()
converts inputs to FP16 even when the FP16 is not part of the user-provided custom sequence.Task
Ensure that inputs are only converted to FP16 when the FP16 stage is used.