跳转到主要内容

用于从神经数据中解码非局部活动的Python包

项目描述

non_local_detector

安装

GPU安装

为了在conda或mamba环境中使用GPU,您需要安装以下软件包

使用mamba或conda(推荐使用mamba)

mamba install jaxlib=*=*cuda* jax cuda-nvcc -c conda-forge -c nvidia
mamba install non_local_detector -c edeno

或从环境文件

mamba create env -f environment_gpu.yml

或通过pip

pip install non_local_detector[gpu]

CPU安装

mamba create env -f environment.yml

或通过pip

pip install non_local_detector

项目详细信息


下载文件

下载适合您平台的文件。如果您不确定选择哪个,请了解有关安装包的更多信息。

源分布

non_local_detector-0.6.7.tar.gz (1.2 MB 查看哈希值)

上传时间

构建分布

non_local_detector-0.6.7-py3-none-any.whl (89.0 kB 查看哈希值)

上传时间 Python 3

由以下支持