/archvision

This repository explores how far can you model biological vision solely with architecture and local learning?

Primary LanguagePythonOtherNOASSERTION

ArchVision Logo

Python Version PyTorch Version License

Introduction

How far can you model biological vision solely with architecture and local learning? Here we provide code that performs neural architecture search, and local learning to optimize the brain similarity score of deep neural network models of vision.

Installation

  1. Clone the Repository and Install Dependencies:

    • Ensure Poetry is installed on your system. If not, install it from Poetry's website.
    • In the arch-vision directory, install project dependencies via Poetry:
      git clone git@github.com:yashsmehta/archvision.git
      cd archvision
      poetry install
  2. Activate the Project Environment:

    • Activate the Poetry-managed virtual environment:
      poetry shell