Skip to content

Commit b7892f9

Browse files
committed
fix: no uploading on training
1 parent 8f6d917 commit b7892f9

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

src/training.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,10 @@ def training(neo4j_database, train_percentage_unknowns=0.5):
6262
)
6363

6464
# ----------------------------------
65-
# TEST NEO4J UPLOAD (normally not done in training)
66-
from classifier.processing.predictions_upload import upload_to_neo4j
67-
68-
# all_probs = fake_all_probs(train_loaders) #used to test in local dev
69-
print("Uploading predictions to Neo4j")
70-
upload_to_neo4j(all_probs, neo4j_database)
65+
# TEST NEO4J UPLOAD
66+
# from classifier.processing.predictions_upload import upload_to_neo4j
67+
# # all_probs = fake_all_probs(train_loaders) #used to test in local dev
68+
# upload_to_neo4j(all_probs, neo4j_database)
7169

7270

7371
# ----------------------------------

0 commit comments

Comments
 (0)