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.6.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf2e32936bd2db5b6d44d3669a0e3435f0cceecc36c39d6d5f094e5ed9f24311 |
|
MD5 | b639a8967cfebc7962a17fa6431b11b8 |
|
BLAKE2b-256 | 1ab976f44a96eb8fa5dc050b83aa4816b5c8c134f67478523c40e7ffca6e74c1 |