machine-reasoning-ufrgs / GNN-GCP

Graph Neural Network architecture to solve the decision version of the graph coloring problem (GCP)
https://machine-reasoning-ufrgs.github.io/GNN-GCP/
25 stars 7 forks source link

Not able to start training #1

Open abhishekk06 opened 3 years ago

abhishekk06 commented 3 years ago

Hi

I wanted to run training using the cmd line you share but I keep getting this error. Can you please help?

`python3 dataset.py -path adversarial-training --train

Creating 32768 instances 0.0% Complete Exception('CSP is unsure about the problem') `

RostyslavUA commented 3 years ago

Hi! The error comes when you try to create the dataset for training and testing. It is not necessary, you can just download it from here

shoham-elad commented 1 month ago

@abhishekk06 were you able to train the model to similar results as the paper?