GRAPHCONV Node Classification on Citeseer
Model Details
- Architecture: GRAPHCONV
- Dataset: Citeseer
- Task: Node Classification
Usage
from src.prediction import Predictor
# Load model
predictor = Predictor.from_checkpoint("best_model.pt")
# Make predictions
result = predictor.predict(graph_data)
print(f"Predictions: {result.predictions}")
print(f"Confidence: {result.confidence}")
Files
best_model.pt- Trained model checkpointhyperparameters.json- Training configurationexperiment_summary.json- Final metrics
Training
python scripts/train.py \
--dataset citeseer \
--model graphconv \
--epochs 150 \
--lr_scheduler
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support