OpenAOI / anodet

Anomaly detection on images using features from pretrained neural networks.
MIT License
70 stars 22 forks source link

Funtion to split tensor to run a function in chunks of a tensor #22

Closed VictorOlof closed 2 years ago

VictorOlof commented 2 years ago

Maybe it would it be better of function to return torch.Tensor obj instead of a List, than modify the dimensions (?)