We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f6d917 commit b7892f9Copy full SHA for b7892f9
1 file changed
src/training.py
@@ -62,12 +62,10 @@ def training(neo4j_database, train_percentage_unknowns=0.5):
62
)
63
64
# ----------------------------------
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)
+ # TEST NEO4J UPLOAD
+ # from classifier.processing.predictions_upload import upload_to_neo4j
+ # # all_probs = fake_all_probs(train_loaders) #used to test in local dev
+ # upload_to_neo4j(all_probs, neo4j_database)
71
72
73
0 commit comments