"vscode:/vscode.git/clone" did not exist on "ccb93dcad10ff5c0d2f3e41333f995cf636f6154"
README.md 257 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Sampling Examples Running

## Requirements

```bash
pip install torchmetrics==0.11.4
```

## How to run

### Node classification

Run with following (available mode: "cpu", "mixed"(default), "gpu")

```bash
python3 node_classification.py --mode mixed
```