multidataset training for digital twin models of visual cortex
Requires uv and Python 3.12.
# Clone the repository
git clone https://github.com/Yates-Lab/VisionCore.git
cd VisionCore
# Install dependencies
uv syncTo include the data loading packages, first clone the data repositories as siblings to VisionCore:
cd ..
git clone https://github.com/Yates-Lab/DataYatesV1.git
git clone https://github.com/Yates-Lab/DataRowleyV1V2.git
cd VisionCoreThen install with the data extra:
uv sync --extra data