We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following code currently fails on the master branch:
import torch import cheetah drift = cheetah.Drift(length=torch.tensor([1])).broadcast((2,)) drift.split(torch.tensor(0.1))
The stack trace points to
cheetah/cheetah/accelerator/drift.py
Line 77 in b38a654
with message
RuntimeError: Boolean value of Tensor with more than one value is ambiguous
The problem disappears without the call to .broadcast().
.broadcast()
The text was updated successfully, but these errors were encountered:
v0.7
Successfully merging a pull request may close this issue.
The following code currently fails on the master branch:
The stack trace points to
cheetah/cheetah/accelerator/drift.py
Line 77 in b38a654
with message
The problem disappears without the call to
.broadcast()
.The text was updated successfully, but these errors were encountered: