From 6c6310ac10e87cf1f7dce21e8fbcc6b748701600 Mon Sep 17 00:00:00 2001 From: vd <> Date: Fri, 2 Sep 2022 03:57:41 +0300 Subject: [PATCH] Added readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6814bc16..c4678141 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -First download existing dataset with `download-dataset`. -Run `train-embedding.py` to train embedding model with `embedding_config.json`. If `visualize` is set to `true` will create loss graph and PCA+TSNE visualization. -Run `train-classifier.py` to train classification (kNN) model with `classifier_config.json` +First download existing dataset with `download-dataset`. +Run `train-embedding.py` to train embedding model with `embedding_config.json`. If `visualize` is set to `true` will create loss graph and PCA+TSNE visualization. +Run `train-classifier.py` to train classification (kNN) model with `classifier_config.json`.