Skip to content
Snippets Groups Projects
Commit d2a7606f authored by Baris Büyüktas's avatar Baris Büyüktas
Browse files

Update README.md

parent ccb46be5
No related branches found
No related tags found
1 merge request!1Update README.md, data/austria_train.csv, data/switzerland_train.csv,...
...@@ -31,26 +31,14 @@ An exemplary setup which contains everything needed: ...@@ -31,26 +31,14 @@ An exemplary setup which contains everything needed:
## Training Arguments ## Training Arguments
* `exp_id`: Id of the experiment * `epoch`: number of local training
* `suffix`: suffix placed in front of the config file name * `round`: number of communication rounds
* `model_name`: Model used for training,validation,testing (SimCLR, deepSM, S2MC, DSCMR, DUCH, DCCA, SSCMCBIR) * `clients`: number of total clients
* `train_tfrecord_paths`: `TFRecord` file(s) for training. * `lr`: learning rate
* `val_tfrecord_paths`: `TFRecord` file(s) for validation. * `batch`: local batch size
* `test_tfrecord_paths`: `TFRecord` file(s) for testing. * `decay`: weight decay
* `batch_size`: Batch size used during training. * `optimizer`: type of optimizer
* `embed_dim`: Embedding dimension for projection heads
* `learning_rate`: The initial learning rate.
* `optimizer` : Optimizers used for training,`Adam` or `SGD`
* `nb_epoch`: The number of epochs for the training.
* `gpu`: gpu(s) used for for training, validation, retrieval
* `dumps`:
* `model_weights`: directory containing the trained model weights , e.g. ../dumps_paper/weights/,
* `summaries`: directory containing the summary files (tf.event) of the training, e.g. ../dumps_paper/summaries/,
* `configs`: directory containing the config files of the training, e.g. ../dumps_paper/configs/,
* `logs`: directory containing the log files of the training, e.g. ../dumps_paper/logs/,
* `features`: directory containing the feature h5 files of the retrieval for a specific model, e.g. ../dumps_paper/features/
* `dataset`: Dataset used for training, validation, retrieval (BEN)
* `nb_class`: number of classes used in the dataset, 19 for BEN
## Authors ## Authors
**Baris Buyuktas** **Baris Buyuktas**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment