Laurent de Vito
Laurent de Vito
Hi, I generated a 3D mesh with Gmsh (format 4.1), [airfoil.msh.zip](https://github.com/nschloe/meshio/files/5959722/airfoil.msh.zip) and converted it to the cgns format with meshio. However, ``` cgnscheck airfoil.cgns ``` returns ``` CGNSlib ERROR:cg_open:cgio_file_version:H5Dopen:open of...
Hi, In many convolution layers, we can set the option `add_self_loops`. By default, it is almost always `true` and so `utils.add_self_loops()` is used for that purpose. Isn't it an issue...
hi, is it possible to do isotropic remeshing as implemented in `CGAL::Polygon_mesh_processing::isotropic_remeshing ` ?
Hi, With your permission, I would like to provide a data loader in [PyTorch Geometric](https://github.com/rusty1s/pytorch_geometric) to your synthetic dataset. Could you please provide details about how you split each graph...
### Describe the bug Hi, ipex does not work at least for Adan from the package [pytorch_optimizer](https://github.com/kozistr/pytorch_optimizer). Here is a toy example: ``` import torch import torch.nn as nn import...
Hi, If I use as in the README `aa_wrk = aa.AndersonAccelerator(dim, mem, type1, eta)` how much memory will be consumed? `dim*mem` ? twice that number? thanks for any help
Hi, Big thanks for your pytorch implementation of the logavgexp ! I noticed that it is easy for logavgexp to reproduce the max operator (temperature goes nicely to 0); but...