Fuger2021

Results 4 issues of Fuger2021

i run the command in my conda env: `conda install pytorch==1.12.1 torchvision==0.13.1 torchaudio==0.12.1 -c pytorch -c nvidia` and it automatically installed pytorch-cuda 11.3 for me. then i upgraded pytorch-cuda manually:...

Compile Silo and get the following error ``` error: no match for ‘operator

您好,注意到 train.py 中 ```python seed = 2025 + rank ... U, S, V = torch.linalg.svd(torch.randn(N, N, device=device)) Phi = (U @ V)[:, :q] ``` 由于 seed 在不同 rank 中不同, $\Phi$...

👋 您好,注意到论文中提到 > Notably, with our twolevel invertible models, the peak memory use per GPU is suppressed to **14.64GB**, making it manageable not only for A100 but also for other...