diff --git a/hpvm/projects/keras/README.md b/hpvm/projects/keras/README.md index e3cd3b8b19f0df790867f403fbf9a2770c0fee89..ec3e2e4a1579ed628f7f84d0c77a048f9950bf27 100644 --- a/hpvm/projects/keras/README.md +++ b/hpvm/projects/keras/README.md @@ -1,48 +1,17 @@ # Keras Frontend -## Installing Dependencies +## Requirements -### Updating pip: -The pip version required in this subproject must be >= `19.3`. +* python >= 3.6 +* pip >= 9 -To upgrade pip: +## Installing the Keras Frontend Package -``` -pip install --upgrade pip -``` - -To check installed pip version: - -``` -pip -V -``` - -### Importing and Creating the Required Conda Environment: +At the root of this project (`/projects/keras/`) install the Keras frontend pip package as: ``` -conda env create -f keras_environment.yml --name ${KERAS_ENV_NAME} +pip install -e . ``` -Note: pip version MUST be > 19.3 - -This is a **one-time** installation step. - -### Activating Conda Environment: - -``` -conda activate ${KERAS_ENV_NAME} -``` - -**NOTE:** This step must be performed each time (for each shell process) the frontend is to be used. - -### Building and Installing Frontend: - -``` -python setup.py build - -python setup.py install -``` -**NOTE:** This step must be performed each time (for each shell process) the frontend is to be used. - ## Download CNN Model Files