max82645235

Results 3 comments of max82645235

avalon的兼容性在MVVM框架中算是翘楚,感谢大神,一路走好!

yes , I had the same issue with PatchCore when use multi-GPU training

> FYI, [a different way](https://lightning.ai/forums/t/compute-precision-recall-curve-without-oom/789/4?u=seanny123) to get around the `RuntimeError: Tensors must be CUDA and dense` is to add: > > ```python > from pytorch_lightning.utilities.distributed import gather_all_tensors > > >...