Sri Harika
Results
2
issues of
Sri Harika
## Project Request --- | Field | Description | | ------ | --------------------------------- | | About |I would like to Implement Naive Bayes algorithm from scratch for Titanic Data set|...
### 🐛 Describe the bug I have a custom **PyG** model with **2 GCN** layers. Here is the architecture of my model ``` class Custom_GGNN(nn.Module): def __init__(self): super(Custom_GGNN, self).__init__() self.ggnn...
bug