Update inference.py
Browse files- inference.py +1 -1
inference.py
CHANGED
|
@@ -10,7 +10,7 @@ Usage:
|
|
| 10 |
import argparse
|
| 11 |
import torch
|
| 12 |
import json
|
| 13 |
-
from
|
| 14 |
|
| 15 |
|
| 16 |
PATTERN_LABELS = ["Mathematics", "Language", "Vision", "Reasoning"]
|
|
|
|
| 10 |
import argparse
|
| 11 |
import torch
|
| 12 |
import json
|
| 13 |
+
from model import SpatialContextNetwork
|
| 14 |
|
| 15 |
|
| 16 |
PATTERN_LABELS = ["Mathematics", "Language", "Vision", "Reasoning"]
|