-
mouth_mask = list(range(94, 114)) + list(range(146, 178)) + list(range(183, 192))
upper_mask = [x for x in range(192) if x not in mouth_mask]
In the evalution of the code, I looked for how to calcul…
-
### Motivation and description
Group equivariant CNN (G-CNN) embed rotation invariance or (and) scale invariance on top of translation invariance in CNNs.
Some references:
- [Group Equivariant Conv…
-
### 😵 Describe the installation problem
After using `conda` for `pytorch` installation, trying to install `pyg` through the official [guide](https://pytorch-geometric.readthedocs.io/en/latest/notes/i…
-
https://doi.org/10.1038/nature11503
>The genome-wide identification of pairs of interacting proteins is an important step in the elucidation of cell regulatory mechanisms1, 2. Much of our present kno…
-
### 論文へのリンク
[[arXiv:1906.01529] Generative Adversarial Networks in Computer Vision: A Survey and Taxonomy](https://arxiv.org/abs/1906.01529)
### 著者・所属機関
Zhengwei Wang, Qi She, Tomas E. Ward
…
-
I am a beginner. I want to ask you how you got the result of your paper.The results of each validation are the max, and then the max in 10?
-
Hello, I applied for all the HCP (Human Connectome Project) young adult data and used the 17-network ROI (regions of interest) to extract features from the fMRI data. I also hope to use your model to …
-
Currently, the `GCNConv` implementation computes in each forward a dense Laplacian matrix for the graph.
This doesn't scale well for large graphs.
The layer should implement neighborhood aggregati…
-
## Generalized Data Class Feature
I suggest to add an abstract `Data` class in the `torch.utils.data` module. The goal of which is to group a couple of data batching behaviors for the user to define:…
-
### 🚀 The feature, motivation and pitch
Posting here to shop around and get feedback on the idea of generalizing the cross product operations in Pytorch to a hodge star operator: https://en.wikiped…