Skip to content

multidataset training for digital twin models of visual cortex

License

Notifications You must be signed in to change notification settings

decrow3/VisionCore

 
 

Repository files navigation

VisionCore

multidataset training for digital twin models of visual cortex

Installation

Requires uv and Python 3.12.

# Clone the repository
git clone https://github.com/Yates-Lab/VisionCore.git
cd VisionCore

# Install dependencies
uv sync

Optional: Data packages

To 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 VisionCore

Then install with the data extra:

uv sync --extra data

About

multidataset training for digital twin models of visual cortex

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.3%
  • Shell 3.7%