Unverified Commit 7de754b6 authored by NingMa's avatar NingMa Committed by GitHub

Update README.md

parent 9d6f647b
# AS-MAML # AS-MAML
A meta-learning based framework for few-shot learning on graphs.For more details, please refer to our paper "Adaptive-Step Graph Meta-Learner for Few-Shot Graph Classification" A meta-learning based framework for few-shot learning on graphs. For more details, please refer to our paper "Adaptive-Step Graph Meta-Learner for Few-Shot Graph Classification".
## Environments ## Environments
- python 3.6 - python 3.6
...@@ -18,4 +18,4 @@ To train the AS-MAML framework with GraghSAGE and SAGPool on TRIANGLES dataset, ...@@ -18,4 +18,4 @@ To train the AS-MAML framework with GraghSAGE and SAGPool on TRIANGLES dataset,
To test the trained model, please run the following code with specified model path: To test the trained model, please run the following code with specified model path:
`python test.py` `python test.py --model_dir * `
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment