You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to apply the Sine Wave example approach to a transformer based model I get the following output:
File "/usr/local/lib/python3.10/dist-packages/torch/autograd/graph.py", line 767, in _engine_run_backward
return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
RuntimeError: derivative for aten::_scaled_dot_product_efficient_attention_backward is not implemented
Regression task setup. Multiple sequences.
Is it possible to somehow work around this ?
Thank you,
The text was updated successfully, but these errors were encountered:
Hello,
When trying to apply the Sine Wave example approach to a transformer based model I get the following output:
File "/usr/local/lib/python3.10/dist-packages/torch/autograd/graph.py", line 767, in _engine_run_backward
return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
RuntimeError: derivative for aten::_scaled_dot_product_efficient_attention_backward is not implemented
Regression task setup. Multiple sequences.
Is it possible to somehow work around this ?
Thank you,
The text was updated successfully, but these errors were encountered: