Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hpvm-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
llvm
hpvm-release
Commits
b56ba5f4
Commit
b56ba5f4
authored
4 years ago
by
hsharif3
Browse files
Options
Downloads
Patches
Plain Diff
Update Keras to Reflect new Pip Package
parent
8f275094
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hpvm/projects/keras/README.md
+6
-37
6 additions, 37 deletions
hpvm/projects/keras/README.md
with
6 additions
and
37 deletions
hpvm/projects/keras/README.md
+
6
−
37
View file @
b56ba5f4
# 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment