Error while using Onnxruntime gpu in windows

Description

Using OnnxRuntime-gpu model is loaded in gpu but in session.Run it crashes and shows the below error :
[E:onnxruntime:, sequential_executor.cc:368 onnxruntime::SequentialExecutor::Execute] Non-zero status code returned while running Sigmoid node. Name:‘/model.0/act/Sigmoid’ Status Message: CUDA error cudaErrorNoKernelImageForDevice:no kernel image is available for execution on the device Non-zero status code returned while running Sigmoid node. Name:‘/model.0/act/Sigmoid’ Status Message: CUDA error cudaErrorNoKernelImageForDevice:no kernel image is available for execution on the device

Environment

GPU Type: Nvidia Geforce GT 710
Nvidia Driver Version: 471.11
CUDA Version: 11.4
CUDNN Version: v8.2.2.26
Operating System + Version: windows10 pro
C++ Version (if applicable): ISO C++ std 14
OnnxRuntime-GPU Version: 1.12.1

Relevant Files

cudaErrorNoKernelImageForDevice , indicates that there is an issue with executing the CUDA kernel related to the Sigmoid operation in your ONNX model while using the ONNX Runtime,
can you pls share your onnx model with us.

Thanks