differnet icon indicating copy to clipboard operation
differnet copied to clipboard

size issue in anomaly score

Open jxzhangjhu opened this issue 3 years ago • 1 comments

Just run python main.py, I have the following issue:

"z_grouped = torch.cat(test_z, dim=0).view(-1, c.n_transforms_test, c.n_feat) RuntimeError: shape '[-1, 64, 768]' is invalid for input of size 262144"

could you help to check?

jxzhangjhu avatar Aug 24 '21 21:08 jxzhangjhu

I cannot reproduce your error. Did you change config.py or anything else?

marco-rudolph avatar Aug 25 '21 07:08 marco-rudolph