Upload inference_example_with_dummy_data_object.py
Browse files
inference_example_with_dummy_data_object.py
CHANGED
@@ -15,8 +15,9 @@
|
|
15 |
##############################################################################
|
16 |
|
17 |
"""
|
18 |
-
1.
|
19 |
-
2. Copy the
|
|
|
20 |
"""
|
21 |
|
22 |
import json, os
|
|
|
15 |
##############################################################################
|
16 |
|
17 |
"""
|
18 |
+
1. Follow run instructions on HydraGNN Wiki page: https://github.com/ORNL/HydraGNN/wiki/Run
|
19 |
+
2. Copy the "Ensemble_of_models" folder with the models into "examples/ensemble_learning"
|
20 |
+
3. Copy the script "inference_example_with_dummy_data_object.py" into "examples/ensemble_learning"
|
21 |
"""
|
22 |
|
23 |
import json, os
|