-
## 📚 Documentation
Hi all,
I found the LPPool2d & LPPool1d in the pytorch implementation, but there is no reference provided in the documents. And I didn't find the related paper explain…
-
In the tensorflow implementation, it has a function that the geometry of the scene can be extracted as cubes.
https://github.com/bmild/nerf
https://github.com/bmild/nerf/blob/master/extract_mesh.i…
-
After running the fold.py script for 3 hours, the process is in sleeping status with status D reported by shell command Top.
I am not sure the really cause of the bug, but here is an assumption.
I…
-
Currently PyTorch has a spectral matrix norm implementation based on power iteration hidden inside the SpectralNorm. Since new `torch.norm` supports matrix norms (e.g. nuclear norm), it may be good to…
-
### Background
ZeRO-DP (ZeRO Data Parallel) and PP (Pipeline Parallelism) provide each a great memory saving over multiple GPUs. Each 1D allows for a much more efficient utilization of the gpu memo…
-
Hello,
First of all, thank you for your great work.
I want to migrate from another semantic segmentation framework that I used integrated with Pytorch Lightning for the training process. I've …
-
Hi
I wanted to inform you that a similar implementation of NHC and Verlet adjoint equations can be found at this GitHub repository: https://github.com/torchmd/mdgrad/blob/cea2332e0ae2c90e2d8caa656c…
-
https://github.com/facebookresearch/pytorch_GAN_zoo/blob/7275ecbf53a9db7e4bc38c4c5136c10c4950724b/models/networks/custom_layers.py#L72-L74
The above implementation applies the weight scaling to the…
-
**Why should this be implemented?**
- 3+ of the native frameworks have this function
- it's an NN-related function and should be as efficient as possible
- it's needed for a complex/long fronte…
-
Hi DGL team, I’m kindly following up with my [Slack messages](https://deep-graph-library.slack.com/archives/C05R2E50PCZ/p1719784817851269).
I’m attempting to use [`dgl.nn.pytorch.explain.GNNExplain…