Skip to content

Operation does not have an identity. #40

@daksh-goyal

Description

@daksh-goyal

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions