This commit is contained in:
vd
2022-09-09 21:45:11 +03:00
parent 6a8c963dd9
commit 68812a209b
17504 changed files with 235 additions and 7 deletions

View File

@@ -2,5 +2,5 @@
"n_neighbors": 10,
"classes" : ["black_red", "green_orange", "yellow_grey"],
"path_to_dataset": "./triplet_dataset",
"embedding_model": "./model_embedding.pt"
"embedding_model": "./embedding-output/model_embedding.pt"
}