-
A tool for MLP training should be added.
Before this can be tackled, issue #3 has to be solved.
-
-
There's very much a question of whether this is worth the leap for us in the short term, but either way it's worth documenting what this might involve.
First of all, we use scikit-learn for running…
-
Dear authors, I am reimplementing SGC on the ogbn-arxiv dataset, but I cannot find the expected test accuracy of SGC on the dataset except for your paper (68.78±0.02).
Could you please tell me the…
-
Hi @gstoica27,
How are you?
Can you please provide a graph example for stacked linear layers (i.e. MLP) with activation functions?
Graph sketch: Linear->ReLU->Linear->ReLU->Linear->ReLU (3 linear l…
-
In demo_CrossDatasetOpenSet_training.ipynb [3]:
My understanding of the model is that the output of the Generator should be equal in shape to the output of the classifier (ResNet-18), i.e., a [512,…
-
**Doing a clean install:**
- Git 2.47.0.2
- minicuda py3.11 24.9.2-0
- python 3.11.9 64-bits Windows
- everything installed without errors
But when running 'python app.py' I get RuntimeError:…
-
* face_recognition version: Latest
* Python version: 3.6
* Operating System: Ubuntu 18.04
I want to know how many images per class do we need for training a KNN. Because with 1 or 2 images model …
-
大佬您好!我在运行您的代码时候,出现很多包不存在,比如:
from lib_classifier.nn_structure.mlp_net import MLPNet
from dispatcher_shell import DispatcherShell等库函数,以及缺少一些文件
(leader) [leader@node1 GNN-Embedding-Leaks-main]$…
-
Great package! Thank you for creating this. I was testing out the MLPClassifier() model with this package--see the complete code below--and was getting an `AttributeError: 'list' object has no attribu…