A python package to decode non-local activity from neural data
Project description
non_local_detector
Installation
GPU Installation
In order to use GPU with the conda or mamba environment, you need to install the following packages:
Using mamba or conda (mamba recommended):
mamba install jaxlib=*=*cuda* jax cuda-nvcc -c conda-forge -c nvidia
mamba install non_local_detector -c edeno
or from the environment file:
mamba create env -f environment_gpu.yml
or via pip:
pip install non_local_detector[gpu]
CPU Installation
mamba create env -f environment.yml
or via pip:
pip install non_local_detector
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for non_local_detector-0.5.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 937ca94b7822a83f0bc674341b1524f8393be098b942028270f57e40b247c81b |
|
MD5 | b9b8986ddb47f82f003aa6db37f29532 |
|
BLAKE2b-256 | fe7c60ec4af7e1ca88ef5b18a94bada83ded3d6e967c67270a4d94fc8b07530b |