Skip to content
New issue

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

Operation does not have an identity. #40

Open
daksh-goyal opened this issue May 19, 2020 · 0 comments
Open

Operation does not have an identity. #40

daksh-goyal opened this issue May 19, 2020 · 0 comments

Comments

@daksh-goyal
Copy link

Running anomaly_detector.py seems to generate the following error. Could someone help?

RuntimeError                              Traceback (most recent call last)
<ipython-input-11-1f043cf1d658> in <module>()
    110                                                          label=TimeseriesData.testLabel.to(args.device))
    111         print('data: ',args.data,' filename: ',args.filename,
--> 112               ' f-beta (no compensation): ', f_beta.max().item(),' beta: ',args.beta)
    113         if args.compensate:
    114             precision, recall, f_beta = get_precision_recall(args, score, num_samples=1000, beta=args.beta,

RuntimeError: operation does not have an identity.

PS: I'm using a custom dataset.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant