Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update installation instructions to solve issue #2 #3

Merged
merged 1 commit into from
Dec 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,11 @@ To run the training we run the following command:
`cryoCARE_predict.py --conf predict_config.json`

## Installation
Please first install TensorFlow 2 by following the official instructions.
Create a the following conda environment with:
`conda create -n cryocare -c conda-forge -c anaconda python=3 cudatoolkit=11.2 cudnn=8.1 keras=2.3.1`

Then activate it with:
`conda activate cryocare`

Then you can install cryoCARE with pip:
`pip install cryoCARE`
Expand Down