From 2c932ab481cbfa42518b91c8fff9ab1a656eb53e Mon Sep 17 00:00:00 2001 From: Li Shen Date: Wed, 30 Aug 2017 13:49:59 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e8a9f5e..e879ad3 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,9 @@ Some explanations of the arguments: - `--weight-decay` and `--hidden-dropout` are for stage 1. `--weight-decay2` and `--hidden-dropout2` are for stage 2. - The learning rate for stage 1 is `--init-learningrate`. The learning rate for stage 2 is the product of `--init-learningrate` and `--all-layer-multiplier`. +## Computational environment +The research in this study is carried out on a Linux workstation with 8 CPU cores and a single NVIDIA Quadro M4000 GPU with 8GB memory. The deep learning framework is Keras 2 with Tensorflow as the backend. +